moved minimap update into RadarBinWidget.Tick

This commit is contained in:
Chris Forbes
2010-04-28 10:42:38 +12:00
parent c944013cfb
commit ffa6ede648
2 changed files with 3 additions and 4 deletions

View File

@@ -67,6 +67,9 @@ namespace OpenRA.Widgets
public override void Tick(World world)
{
if (world.LocalPlayer != null)
world.Minimap.Update();
if (!radarAnimating)
return;