mirror of
https://github.com/ppy/osu.git
synced 2024-11-12 01:07:25 +08:00
Merge pull request #13647 from ekrctb/fix-catcher-trail-alpha
Fix catcher hyper-dash afterimage is not always displayed
This commit is contained in:
commit
f3fd0b16f1
@ -37,6 +37,7 @@ namespace osu.Game.Rulesets.Catch.UI
|
||||
protected override void FreeAfterUse()
|
||||
{
|
||||
ClearTransforms();
|
||||
Alpha = 1;
|
||||
base.FreeAfterUse();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user