Kill RenderSimple.OverrideTileset/OverrideImage.

This commit is contained in:
Paul Chote
2011-07-27 03:37:52 +12:00
parent 64ab44c3ea
commit d9174b7e3b
5 changed files with 13 additions and 20 deletions

View File

@@ -30,7 +30,7 @@ namespace OpenRA.Mods.RA.Orders
Building = name;
Preview = Rules.Info[Building].Traits.Get<RenderBuildingInfo>()
.RenderPreview(Rules.Info[Building], producer.World.Map.Tileset, producer.Owner);
.RenderPreview(Rules.Info[Building], producer.Owner);
}
public IEnumerable<Order> Order(World world, int2 xy, MouseInput mi)