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