osu/osu.Game/Screens/Play/PlayerSettings
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
..
AudioSettings.cs
BeatmapOffsetControl.cs Fix offset adjust control not correctly applying changes after song select quit 2024-09-05 19:04:52 +09:00
DiscussionSettings.cs
InputSettings.cs
PlaybackSettings.cs
PlayerCheckbox.cs
PlayerSettingsGroup.cs
PlayerSliderBar.cs Revert "Temporary rollback of framework / SDL3" 2024-05-22 16:29:39 +08:00
VisualSettings.cs