mirror of
https://github.com/ppy/osu.git
synced 2024-11-07 20:07:24 +08:00
250c7403e8
`IdleTracker` in its construction quietly assumed that the clock it receives from its parent starts ticking from 0 at the point at which it is passed down. This is not necessarily the case when headless executions are involved, which means that the initial state of the tracker could be computed as idle incorrectly. Resolve by explicitly reading the clock time at the point of `LoadComplete()`. |
||
---|---|---|
.. | ||
Bindings | ||
Handlers | ||
ConfineMouseTracker.cs | ||
GameIdleTracker.cs | ||
IdleTracker.cs | ||
KeyBindingStore.cs | ||
OsuConfineMouseMode.cs |