1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 22:47: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:
Dan Balasescu 2021-06-24 18:43:38 +09:00 committed by GitHub
commit f3fd0b16f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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