Fix new-style legacy skins with animated judgements not adding correct transforms

Closes #16173.
This commit is contained in:
Dean Herbert
2022-09-12 18:53:37 +09:00
parent 4b37330316
commit e29f5cb456
2 changed files with 7 additions and 4 deletions

View File

@ -56,7 +56,7 @@ namespace osu.Game.Skinning
if (result != HitResult.Miss)
{
//new judgement shows old as a temporary effect
AddInternal(temporaryOldStyle = new LegacyJudgementPieceOld(result, createMainDrawable, 1.05f)
AddInternal(temporaryOldStyle = new LegacyJudgementPieceOld(result, createMainDrawable, 1.05f, true)
{
Blending = BlendingParameters.Additive,
Anchor = Anchor.Centre,