Skip to content

Commit

Permalink
Remove redundant initialiser
Browse files Browse the repository at this point in the history
  • Loading branch information
bdach committed Oct 4, 2024
1 parent 6e5a38c commit 61103cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game/Screens/Edit/Setup/ColoursSection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ private void load()
};
}

private bool syncingColours = false;
private bool syncingColours;

protected override void LoadComplete()
{
Expand Down

0 comments on commit 61103cc

Please sign in to comment.