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