1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 16:43:00 +08:00

Remove canBNull specification

This commit is contained in:
Dean Herbert 2020-10-10 13:28:24 +09:00
parent 20f1eb2b33
commit 09e350d14d

View File

@ -18,7 +18,7 @@ namespace osu.Desktop.Windows
[Resolved]
private GameHost host { get; set; }
[BackgroundDependencyLoader(true)]
[BackgroundDependencyLoader]
private void load(OsuGame game, OsuConfigManager config)
{
localUserPlaying = game.LocalUserPlaying.GetBoundCopy();