1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-06 11:07:20 +08:00
Dean Herbert 37f61b26ea
Fix offset adjust control not correctly applying changes after song select quit
This is an interesting scenario where we arrive at a fresh
`BeatmapOffsetControl` but with a reference score (from the last play).

Our best assumption here is that the beatmap's offset hasn't changed
since the last play, so we want to use it for the `lastPlayBeatmapOffset`.
But due to unfortunate order of execution, `Current.Value` was not yet
initialised.
2024-09-05 19:04:52 +09:00
..
2023-06-24 01:00:03 +09:00
2022-11-27 00:00:27 +09:00