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

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);