mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
Fix nullability inspection
This commit is contained in:
parent
b51e577239
commit
1981e49a40
@ -67,7 +67,7 @@ namespace osu.Game.Overlays
|
||||
[Resolved]
|
||||
private OsuColour colours { get; set; } = null!;
|
||||
|
||||
private Bindable<bool> allowTrackControl;
|
||||
private Bindable<bool> allowTrackControl = null!;
|
||||
|
||||
public NowPlayingOverlay()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user