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
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ protected override void LoadComplete()
.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);
}
}
}