mirror of https://github.com/ppy/osu
Fix incorrect nullability specification
This commit is contained in:
parent
ab3b51e4a0
commit
976ae62214
|
@ -19,7 +19,7 @@ public partial class LegacyColumnBackground : LegacyManiaColumnElement, IKeyBind
|
|||
private readonly IBindable<ScrollingDirection> direction = new Bindable<ScrollingDirection>();
|
||||
|
||||
private Container lightContainer = null!;
|
||||
private Drawable? light = null!;
|
||||
private Drawable light = null!;
|
||||
|
||||
public LegacyColumnBackground()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue