Repair behavioural change

This commit is contained in:
Dean Herbert 2019-10-04 13:32:47 +08:00
parent bcdc22087a
commit ddef7fa3ba
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ private void updateClock()
return;
}
manualClock.CurrentTime = newTime.Value;
newProposedTime = newTime.Value;
}
requireMoreUpdateLoops = manualClock.CurrentTime != parentGameplayClock.CurrentTime;