1
0
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:
Bartłomiej Dach 2023-07-30 14:28:16 +02:00
parent b51e577239
commit 1981e49a40
No known key found for this signature in database

View File

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