mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 05:59:53 +08:00
Fix legacy skin hit animation lookup falling back to LookupName
This commit is contained in:
@@ -390,7 +390,7 @@ namespace osu.Game.Skinning
|
||||
return new LegacyJudgementPieceOld(resultComponent.Component, createDrawable);
|
||||
}
|
||||
|
||||
break;
|
||||
return null;
|
||||
}
|
||||
|
||||
return this.GetAnimation(component.LookupName, false, false);
|
||||
|
||||
Reference in New Issue
Block a user