Change: OnGameTick() is only called when not paused.
This commit is contained in:
@@ -860,7 +860,6 @@ public:
|
||||
|
||||
virtual void OnGameTick()
|
||||
{
|
||||
if (_pause_mode != PM_UNPAUSED) return;
|
||||
if (this->groups.NeedResort() || this->vehicles.NeedResort()) {
|
||||
this->SetDirty();
|
||||
}
|
||||
|
Reference in New Issue
Block a user