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 Migrate `BeatmapOffsetControl` to use session static directly 2023-12-27 19:19:27 +01:00
BeatmapOffsetControl.cs Fix offset adjust control not correctly applying changes after song select quit 2024-09-05 19:04:52 +09:00
DiscussionSettings.cs Automated pass 2023-06-24 01:00:03 +09:00
InputSettings.cs Show touch taps setting in player loader on mobile platforms 2023-11-09 14:52:33 +01:00
PlaybackSettings.cs Move seek/step logic into `ReplayPlayer` 2024-01-18 20:38:15 +09:00
PlayerCheckbox.cs Fix nub naming in OsuCheckbox.cs and associated classes 2023-01-26 16:10:02 +01:00
PlayerSettingsGroup.cs Move hover logic to `SettingsToolboxGroup` to avoid expanded state clash 2023-01-17 14:43:22 +09:00
PlayerSliderBar.cs Revert "Temporary rollback of framework / SDL3" 2024-05-22 16:29:39 +08:00
VisualSettings.cs Partial everything 2022-11-27 00:00:27 +09:00