mirror of
https://github.com/ppy/osu
synced 2024-12-26 08:53:10 +00:00
Merge pull request #24421 from bdach/fix-nrt
This commit is contained in:
commit
15b5b481aa
@ -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