removed build error
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user