1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-30 18:07:25 +08:00
osu-lazer/osu.Game/Graphics/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
..
Background.cs Fix failing tests 2019-11-29 01:17:58 +09:00
BeatmapBackground.cs Load menu backgrounds via LargeTextureStore to reduce memory usage 2020-08-14 18:05:05 +09:00
SeasonalBackgroundLoader.cs Fix potential null reference when loading background 2020-10-31 22:51:35 +09:00
Triangles.cs Avoid rapid triangle repositioning during editor slider placement 2020-10-02 15:51:14 +09:00