Change Game.RunTime to a long to prevent overflow.
This commit is contained in:
@@ -124,7 +124,7 @@ namespace OpenRA.Mods.Common.Widgets
|
||||
tooltipContainer.Value.RemoveTooltip();
|
||||
}
|
||||
|
||||
int lastScrollTime = 0;
|
||||
long lastScrollTime = 0;
|
||||
public override void Draw()
|
||||
{
|
||||
if (IsJoystickScrolling)
|
||||
|
||||
Reference in New Issue
Block a user