git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@1173 993157c7-ee19-0410-b2c4-bb4e9862e678

This commit is contained in:
chrisf
2007-07-11 13:43:54 +00:00
parent b6b31439fc
commit 9e16912f45

View File

@@ -88,8 +88,6 @@ namespace OpenRa.Game
if (!indexMap.TryGetValue(tile.sheet, out indexList))
indexMap.Add(tile.sheet, indexList = new List<ushort>());
ushort offset = (ushort)vertices.Count;
Util.CreateQuad(vertices, indexList, new PointF(24 * i, 24 * j), tile);
}