1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-25 06:37:18 +08:00
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.
2019-10-03 15:01:54 +08:00
..
2019-05-29 11:25:25 +02:00
2019-09-09 14:24:17 +09:00
2019-09-20 19:58:39 +03:00
2019-09-04 21:35:59 +09:00
2019-06-26 17:52:25 +09:00
2019-10-01 15:41:09 +09:00