mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Let the catcher be responsible for stopping the trails
This commit is contained in:
@ -103,11 +103,8 @@ namespace osu.Game.Rulesets.Catch.UI
|
||||
|
||||
private void displayTrail()
|
||||
{
|
||||
if (!catcher.Dashing && !catcher.HyperDashing)
|
||||
{
|
||||
DisplayTrail = false;
|
||||
if (!DisplayTrail)
|
||||
return;
|
||||
}
|
||||
|
||||
var sprite = createTrailSprite(catcher.HyperDashing ? hyperDashTrails : dashTrails);
|
||||
|
||||
|
Reference in New Issue
Block a user