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

Merge pull request #17939 from frenzibyte/legacy-skin-hit-animation-fallback

Fix legacy skin hit animation lookup falling back to `LookupName`
This commit is contained in:
Dean Herbert 2022-04-23 11:04:05 +09:00 committed by GitHub
commit c2f5376e82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -390,7 +390,7 @@ namespace osu.Game.Skinning
return new LegacyJudgementPieceOld(resultComponent.Component, createDrawable);
}
break;
return null;
}
return this.GetAnimation(component.LookupName, false, false);