osu/osu.Game/Screens
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
..
Backgrounds
Edit Use FastCircle for kiai visualisation 2024-08-31 17:32:24 +03:00
Footer
Import
Menu Merge pull request #29542 from frenzibyte/show-daily-challenge-intro-once-per-session 2024-09-01 21:27:16 +09:00
OnlinePlay Handle changes to the automatic download setting immediately 2024-09-02 19:20:05 +09:00
Play Fix offset adjust control not correctly applying changes after song select quit 2024-09-05 19:04:52 +09:00
Ranking Fix the fix 2024-08-21 12:27:56 +02:00
Select Use for with exposed IReadOnlyList rather than making internal container public 2024-09-04 15:25:36 +09:00
SelectV2
Spectate
Utility
BackgroundScreen.cs
BackgroundScreenStack.cs
IHandlePresentBeatmap.cs
IHasSubScreenStack.cs
IOsuScreen.cs
IPerformFromScreenRunner.cs
Loader.cs Use FastCircle in demanding places in the editor 2024-08-30 17:45:26 +03:00
OsuScreen.cs
OsuScreenDependencies.cs
OsuScreenStack.cs
ScorePresentType.cs
ScreenWhiteBox.cs
StartupScreen.cs