mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09: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