mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 02:09:54 +08:00
Remove redundant initialiser
This commit is contained in:
@@ -28,7 +28,7 @@ namespace osu.Game.Screens.Edit.Setup
|
||||
};
|
||||
}
|
||||
|
||||
private bool syncingColours = false;
|
||||
private bool syncingColours;
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user