mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:07:52 +08:00
Remove no-longer-needed BDL permitNulls
spec
This commit is contained in:
parent
9862992af0
commit
7d9d7066cd
@ -32,7 +32,7 @@ namespace osu.Game.Tournament.Components
|
||||
CornerRadius = 0;
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader(true)]
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(MatchIPCInfo? ipc, IAPIProvider api)
|
||||
{
|
||||
if (ipc != null)
|
||||
|
Loading…
Reference in New Issue
Block a user