mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 14:37:30 +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()
|
protected override void LoadComplete()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user