Update UI timers for variable game speed.
This commit is contained in:
@@ -44,7 +44,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
if (status == null && shouldShowStatus())
|
||||
return statusText();
|
||||
|
||||
return WidgetUtils.FormatTime(world.WorldTick);
|
||||
return WidgetUtils.FormatTime(world.WorldTick, world.Timestep);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user