1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

Remove redundant default value

This commit is contained in:
Salman Ahmed 2021-08-26 08:18:58 +03:00
parent 69064c1938
commit b9ea984c36

View File

@ -40,7 +40,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Connections
}
}
private bool wasBound = false;
private bool wasBound;
private void bindEvents()
{