mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 21:13:22 +08:00
Fix code quality error
This commit is contained in:
parent
abc26f0494
commit
709a3e1e82
@ -33,7 +33,7 @@ namespace osu.Game.Rulesets.Mania.Skinning.Legacy
|
||||
private IBindable<ScrollingDirection> direction = null!;
|
||||
|
||||
[Resolved]
|
||||
private ISkinSource skin { get; set; }
|
||||
private ISkinSource skin { get; set; } = null!;
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(IScrollingInfo scrollingInfo)
|
||||
|
Loading…
Reference in New Issue
Block a user