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

@@ -61,7 +61,7 @@ namespace OpenRA.Graphics
renderer.DrawBatch(vertexBuffer, indexBuffer,
new Range<int>(0, nv),
new Range<int>(0, ni),
currentSheet.Texture, PrimitiveType.TriangleList,
PrimitiveType.TriangleList,
shader);
});