don't pass world to Widget.Tick, either
This commit is contained in:
@@ -112,7 +112,7 @@ namespace OpenRA
|
||||
using (new PerfSample("tick_time"))
|
||||
{
|
||||
lastTime += Settings.Game.Timestep;
|
||||
Widget.DoTick(world);
|
||||
Widget.DoTick();
|
||||
if( world.GameHasStarted && world.LocalPlayer != null )
|
||||
++Viewport.TicksSinceLastMove;
|
||||
Sound.Tick();
|
||||
|
||||
Reference in New Issue
Block a user