1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-06 10:59:59 +08:00
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
..
2023-06-24 01:00:03 +09:00