Let the catcher be responsible for stopping the trails

This commit is contained in:
Salman Ahmed
2020-05-07 01:46:37 +03:00
parent 25f73c0b9f
commit b44a70ef9a
2 changed files with 2 additions and 5 deletions

View File

@ -74,7 +74,7 @@ namespace osu.Game.Rulesets.Catch.UI
dashing = value;
trails.DisplayTrail |= dashing;
trails.DisplayTrail = value || HyperDashing;
}
}