1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

Permit nulls

This commit is contained in:
David Zhao 2019-03-18 15:50:34 +09:00
parent 6a26972284
commit 05147768d3

View File

@ -56,7 +56,7 @@ namespace osu.Game.Storyboards.Drawables
});
}
[BackgroundDependencyLoader]
[BackgroundDependencyLoader(true)]
private void load(FileStore fileStore, GameplayClock clock)
{
if (Clock != null)