1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 02:13:21 +08:00

Merge pull request #8909 from peppy/fix-legacy-explosion-rewind

Fix skinned taiko hit explosions not being removed on rewind
This commit is contained in:
Dan Balasescu 2020-04-30 21:00:41 +09:00 committed by GitHub
commit 68efdd145d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,8 @@ namespace osu.Game.Rulesets.Taiko.Skinning
.Then().ScaleTo(1.1f, animation_time * 0.8)
.Then().ScaleTo(0.9f, animation_time * 0.4)
.Then().ScaleTo(1f, animation_time * 0.2);
Expire(true);
}
}
}