mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09: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);
|
return new LegacyJudgementPieceOld(resultComponent.Component, createDrawable);
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
return this.GetAnimation(component.LookupName, false, false);
|
return this.GetAnimation(component.LookupName, false, false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user