Development Merge 2025.10.18 #4
@@ -58,6 +58,9 @@ public class TriangleBatch : ITriangleBatch
 | 
			
		||||
 | 
			
		||||
    private void Flush()
 | 
			
		||||
    {
 | 
			
		||||
        if (verticesIndex == 0)
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        graphicsDevice.RasterizerState = rasterizerState;
 | 
			
		||||
        basicEffect.Projection = _projection;
 | 
			
		||||
        basicEffect.View = _view;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user