more refs to Game.world (UIOverlay)

This commit is contained in:
Bob
2010-01-21 13:52:31 +13:00
parent 02ce7990c0
commit b3911db149
4 changed files with 9 additions and 9 deletions

View File

@@ -49,7 +49,7 @@ namespace OpenRa.Orders
public void Render( World world )
{
world.WorldRenderer.uiOverlay.DrawBuildingGrid( Building, BuildingInfo );
world.WorldRenderer.uiOverlay.DrawBuildingGrid( world, Building, BuildingInfo );
}
public Cursor GetCursor(World world, int2 xy, MouseInput mi)