1
0
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:
Bartłomiej Dach 2024-10-04 11:18:09 +02:00
parent 6e5a38c6c8
commit 61103cc712
No known key found for this signature in database

View File

@ -28,7 +28,7 @@ namespace osu.Game.Screens.Edit.Setup
};
}
private bool syncingColours = false;
private bool syncingColours;
protected override void LoadComplete()
{