refactor: Update Unity to 2022.3.62
This commit is contained in:
@@ -27,8 +27,7 @@ namespace Cryville.Crtr.Skin.Components {
|
||||
}
|
||||
else {
|
||||
var id = new Identifier(value);
|
||||
AnimationSpan anim;
|
||||
if (!ChartPlayer.pskin.animations.TryGetValue(id, out anim)) {
|
||||
if (!ChartPlayer.pskin.animations.TryGetValue(id, out AnimationSpan anim)) {
|
||||
Game.MainLogger.Log(4, "Skin", "Animation {0} not found", id.Name);
|
||||
_anim = null;
|
||||
return;
|
||||
|
Reference in New Issue
Block a user