1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00
osu-lazer/osu.Game/Screens/Backgrounds
Dean Herbert ff108416d8
Fix incorrect background being loaded due to async race
If the API login (and thus user set) completed between `load` and
`LoadComplete`, the re-fetch on user change would not yet be hooked up,
causing an incorrect default background to be used instead.

Of note, moving this out of async load doesn't really affect load
performance as the bulk of the load operation is already scheduled and
`LoadComponentAsync`ed anyway
2024-05-01 00:05:14 +08:00
..
BackgroundScreenBeatmap.cs Fix background dim occasionally getting in a bad state when exiting gameplay 2024-01-15 19:21:19 +09:00
BackgroundScreenBlack.cs Automated pass 2023-06-24 01:00:03 +09:00
BackgroundScreenCustom.cs Fix various other inspections 2023-10-17 17:48:51 +09:00
BackgroundScreenDefault.cs Fix incorrect background being loaded due to async race 2024-05-01 00:05:14 +08:00