mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 14:12:54 +08:00
Repair behavioural change
This commit is contained in:
parent
bcdc22087a
commit
ddef7fa3ba
@ -157,7 +157,7 @@ namespace osu.Game.Rulesets.UI
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
manualClock.CurrentTime = newTime.Value;
|
newProposedTime = newTime.Value;
|
||||||
}
|
}
|
||||||
|
|
||||||
requireMoreUpdateLoops = manualClock.CurrentTime != parentGameplayClock.CurrentTime;
|
requireMoreUpdateLoops = manualClock.CurrentTime != parentGameplayClock.CurrentTime;
|
||||||
|
Loading…
Reference in New Issue
Block a user