Force the first template variant in TTPW.

This commit is contained in:
Paul Chote
2015-05-10 15:17:26 +01:00
parent 443bc63fa7
commit 038847cc4c
2 changed files with 3 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ namespace OpenRA.Mods.Common.Widgets
if (tileInfo == null)
continue;
var sprite = worldRenderer.Theater.TileSprite(tile);
var sprite = worldRenderer.Theater.TileSprite(tile, 0);
var size = new float2(sprite.Size.X * scale, sprite.Size.Y * scale);
var u = shape == TileShape.Rectangle ? x : (x - y) / 2f;