mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 12:27:26 +08:00
Remove redundant initialiser
This commit is contained in:
parent
6e5a38c6c8
commit
61103cc712
@ -28,7 +28,7 @@ namespace osu.Game.Screens.Edit.Setup
|
||||
};
|
||||
}
|
||||
|
||||
private bool syncingColours = false;
|
||||
private bool syncingColours;
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user