1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:47:24 +08:00
osu-lazer/osu.Game/Screens/Backgrounds
Dean Herbert a9a3489e92 Fix potential null reference when loading background
As seen in
https://discordapp.com/channels/188630481301012481/188630652340404224/772094427342569493.
Caused due to async load of the loader, which means it may not be ready
before Next() is called.
2020-10-31 22:51:35 +09:00
..
BackgroundScreenBeatmap.cs Remove individual setting to disable videos, fix tests 2020-03-07 22:08:38 -08:00
BackgroundScreenBlack.cs Merge remote-tracking branch 'origin/master' into iscreen 2019-01-29 21:21:36 +09:00
BackgroundScreenCustom.cs Use pattern matching. 2019-11-12 19:55:19 +08:00
BackgroundScreenDefault.cs Fix potential null reference when loading background 2020-10-31 22:51:35 +09:00