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();
// 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);