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

Fix legacy skin hit animation lookup falling back to LookupName

This commit is contained in:
Salman Ahmed 2022-04-23 00:35:45 +03:00
parent 71e4c4f752
commit 56358ef19e

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