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:
parent
71e4c4f752
commit
56358ef19e
@ -390,7 +390,7 @@ namespace osu.Game.Skinning
|
||||
return new LegacyJudgementPieceOld(resultComponent.Component, createDrawable);
|
||||
}
|
||||
|
||||
break;
|
||||
return null;
|
||||
}
|
||||
|
||||
return this.GetAnimation(component.LookupName, false, false);
|
||||
|
Loading…
Reference in New Issue
Block a user