Fix incorrect nullability specification

This commit is contained in:
Salman Ahmed 2023-10-21 01:10:06 +03:00
parent ab3b51e4a0
commit 976ae62214
1 changed files with 1 additions and 1 deletions

View File

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