mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 09:42:55 +08:00
Fix incorrect nullability specification
This commit is contained in:
parent
ab3b51e4a0
commit
976ae62214
@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Mania.Skinning.Legacy
|
|||||||
private readonly IBindable<ScrollingDirection> direction = new Bindable<ScrollingDirection>();
|
private readonly IBindable<ScrollingDirection> direction = new Bindable<ScrollingDirection>();
|
||||||
|
|
||||||
private Container lightContainer = null!;
|
private Container lightContainer = null!;
|
||||||
private Drawable? light = null!;
|
private Drawable light = null!;
|
||||||
|
|
||||||
public LegacyColumnBackground()
|
public LegacyColumnBackground()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user