git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@1173 993157c7-ee19-0410-b2c4-bb4e9862e678
This commit is contained in:
@@ -88,8 +88,6 @@ namespace OpenRa.Game
|
|||||||
if (!indexMap.TryGetValue(tile.sheet, out indexList))
|
if (!indexMap.TryGetValue(tile.sheet, out indexList))
|
||||||
indexMap.Add(tile.sheet, indexList = new List<ushort>());
|
indexMap.Add(tile.sheet, indexList = new List<ushort>());
|
||||||
|
|
||||||
ushort offset = (ushort)vertices.Count;
|
|
||||||
|
|
||||||
Util.CreateQuad(vertices, indexList, new PointF(24 * i, 24 * j), tile);
|
Util.CreateQuad(vertices, indexList, new PointF(24 * i, 24 * j), tile);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user