fixing a pile of stupid texel-offset-related bugs

This commit is contained in:
Chris Forbes
2010-01-06 10:08:53 +13:00
parent 72605ebfc8
commit e82107b69b
2 changed files with 4 additions and 7 deletions

View File

@@ -90,9 +90,6 @@ namespace OpenRa.Game
Game.CellSize * new float2(starti, j),
PaletteType.Shroud,
new float2(Game.CellSize * (i - starti), Game.CellSize));
r.DrawSprite(sprites[i-1, j],
Game.CellSize * new float2(i-1, j),
PaletteType.Shroud);
starti = i+1;
}