mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 10:47:45 +08:00
Fix missing permitNulls.
This commit is contained in:
parent
0a03bdc428
commit
3e3cde01ef
@ -168,7 +168,7 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
private readonly Bindable<PlayMode> playMode = new Bindable<PlayMode>();
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
[BackgroundDependencyLoader(permitNulls:true)]
|
||||
private void load(OsuColour colours, OsuGame osu)
|
||||
{
|
||||
sortTabs.AccentColour = colours.GreenLight;
|
||||
|
Loading…
x
Reference in New Issue
Block a user