1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 13:27:25 +08:00

Fix code quality inspection

This commit is contained in:
Bartłomiej Dach 2024-09-18 15:30:56 +02:00
parent 12bd516a57
commit 7f52ae8837
No known key found for this signature in database

View File

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