mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 23:52:57 +08:00
Fix skinned taiko hit explosions not being removed on rewind
This commit is contained in:
parent
1cb3f39f60
commit
48af4d4eb4
@ -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