1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 12:30:17 +08:00
Files
osu-lazer/osu.Game/Rulesets/UI
T
Dean Herbert b28689c774 Fix key counters appearing negative on intense beatmaps
When `FrameStabilityContainer` decides it needs multiple updates on the same frame, it ends up with an elapsed time of zero. This was interacting badly with the condition used in `RulesetInputManager` to govern playback direction.

I have changed this to use `Rate` as exposed by the frame stable clock.

- Closes #6198.
b28689c774 · 2019-10-03 15:01:54 +08:00
History
..
2019-09-20 19:58:39 +03:00
2019-07-18 00:03:04 +09:00
2019-08-21 22:18:29 +09:00