mirror of
https://github.com/ppy/osu.git
synced 2026-05-17 17:33:02 +08:00
Repair behavioural change
This commit is contained in:
@@ -157,7 +157,7 @@ namespace osu.Game.Rulesets.UI
|
||||
return;
|
||||
}
|
||||
|
||||
manualClock.CurrentTime = newTime.Value;
|
||||
newProposedTime = newTime.Value;
|
||||
}
|
||||
|
||||
requireMoreUpdateLoops = manualClock.CurrentTime != parentGameplayClock.CurrentTime;
|
||||
|
||||
Reference in New Issue
Block a user