mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 02:13:22 +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:
commit
68efdd145d
@ -30,6 +30,8 @@ namespace osu.Game.Rulesets.Taiko.Skinning
|
|||||||
.Then().ScaleTo(1.1f, animation_time * 0.8)
|
.Then().ScaleTo(1.1f, animation_time * 0.8)
|
||||||
.Then().ScaleTo(0.9f, animation_time * 0.4)
|
.Then().ScaleTo(0.9f, animation_time * 0.4)
|
||||||
.Then().ScaleTo(1f, animation_time * 0.2);
|
.Then().ScaleTo(1f, animation_time * 0.2);
|
||||||
|
|
||||||
|
Expire(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user