mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 08:32:57 +08:00
Permit nulls
This commit is contained in:
parent
6a26972284
commit
05147768d3
@ -56,7 +56,7 @@ namespace osu.Game.Storyboards.Drawables
|
||||
});
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
[BackgroundDependencyLoader(true)]
|
||||
private void load(FileStore fileStore, GameplayClock clock)
|
||||
{
|
||||
if (Clock != null)
|
||||
|
Loading…
Reference in New Issue
Block a user