unbug prev, and remove misleading code that no longer works

This commit is contained in:
Bob
2010-04-11 22:44:39 +12:00
parent 0f98df9a88
commit 96af8b037a
4 changed files with 6 additions and 11 deletions

View File

@@ -52,7 +52,7 @@ namespace OpenRA.Graphics
vertexBuffer.SetData( vertices );
indexBuffer.SetData( indices );
renderer.DrawBatch( vertexBuffer, indexBuffer,
nv, ni / 2, null, PrimitiveType.LineList );
nv, ni / 2, PrimitiveType.LineList );
} );
nv = 0; ni = 0;