1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 09:32:55 +08:00

Fix catcher hyper-dash afterimage is not always displayed

This commit is contained in:
ekrctb 2021-06-24 16:12:43 +09:00
parent 8b06dd3302
commit c0c1b8d620

View File

@ -37,6 +37,7 @@ namespace osu.Game.Rulesets.Catch.UI
protected override void FreeAfterUse()
{
ClearTransforms();
Alpha = 1;
base.FreeAfterUse();
}
}