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:
@ -74,7 +74,7 @@ namespace osu.Game.Rulesets.Catch.UI
|
||||
|
||||
dashing = value;
|
||||
|
||||
trails.DisplayTrail |= dashing;
|
||||
trails.DisplayTrail = value || HyperDashing;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user