Cleaned up chunk and world code

This commit is contained in:
max
2025-12-14 14:35:58 +01:00
parent 2e72dd564e
commit e96f78b6b0
4 changed files with 192 additions and 115 deletions

View File

@@ -92,10 +92,10 @@ namespace Voxel
//_uiTexture.Bind();
// Draw all UI sprites (batch by texture for efficiency)
foreach (var sprite in _uiSprites)
{
sprite.Draw();
}
//foreach (var sprite in _uiSprites)
//{
// sprite.Draw();
//}
// Restore 3D settings
GL.Disable(EnableCap.Blend);