1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 05:49:56 +08:00

Remove redundant initialiser

This commit is contained in:
Bartłomiej Dach
2024-10-04 11:18:09 +02:00
Unverified
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()
{