removed build error

This commit is contained in:
maxwes08
2025-12-12 10:31:35 +01:00
parent 2e72dd564e
commit 66f26bc2e3

View File

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