mirror of
https://github.com/ppy/osu.git
synced 2025-01-31 04:32:57 +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!;
|
private IBindable<ScrollingDirection> direction = null!;
|
||||||
|
|
||||||
[Resolved]
|
[Resolved]
|
||||||
private ISkinSource skin { get; set; }
|
private ISkinSource skin { get; set; } = null!;
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(IScrollingInfo scrollingInfo)
|
private void load(IScrollingInfo scrollingInfo)
|
||||||
|
Loading…
Reference in New Issue
Block a user