Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix offset adjust control not correctly applying changes after song s…
…elect 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.
- Loading branch information