Merge pull request #24421 from bdach/fix-nrt

This commit is contained in:
Dean Herbert 2023-07-30 21:43:08 +09:00 committed by GitHub
commit 15b5b481aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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