mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 20:53:00 +08:00
Remove redundant default value
This commit is contained in:
parent
69064c1938
commit
b9ea984c36
@ -40,7 +40,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Connections
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private bool wasBound = false;
|
private bool wasBound;
|
||||||
|
|
||||||
private void bindEvents()
|
private void bindEvents()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user