mirror of
https://github.com/ppy/osu
synced 2024-12-16 03:45:46 +00: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…
Reference in New Issue
Block a user