1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:12:54 +08:00

Fix RangeSlider potentially throwing exception on mobile platforms

This commit is contained in:
Salman Ahmed 2022-12-04 21:58:00 +03:00
parent 970d7c5d82
commit af000c6e92

View File

@ -197,7 +197,7 @@ namespace osu.Game.Graphics.UserInterface
}, true);
}
[BackgroundDependencyLoader]
[BackgroundDependencyLoader(true)]
private void load(OverlayColourProvider? colourProvider)
{
if (colourProvider == null) return;