mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 15:17:44 +08:00
Fix code quality inspection
This commit is contained in:
parent
12bd516a57
commit
7f52ae8837
@ -70,7 +70,7 @@ namespace osu.Game.Overlays
|
||||
private OsuColour colours { get; set; } = null!;
|
||||
|
||||
private Bindable<bool> allowTrackControl = null!;
|
||||
private BindableBool shuffle = new BindableBool(true);
|
||||
private readonly BindableBool shuffle = new BindableBool(true);
|
||||
|
||||
public NowPlayingOverlay()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user