1
0
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:
Salman Alshamrani 2025-01-25 22:38:03 -05:00
parent abc26f0494
commit 709a3e1e82

View File

@ -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)