remove various dumb visual artifacts

This commit is contained in:
Chris Forbes
2009-12-29 20:15:11 +13:00
parent 25726342c6
commit bd93a08ffa

View File

@@ -60,7 +60,7 @@ namespace OpenRa.Game.Graphics
Flush();
currentSheet = s.sheet;
Util.FastCreateQuad(vertices, indices, location, s, (int) palette, nv, ni);
Util.FastCreateQuad(vertices, indices, location.ToInt2(), s, (int) palette, nv, ni);
nv += 4; ni += 6;
if (++sprites >= spritesPerBatch)
Flush();