mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-10 17:18:44 +08:00
[unity] Fixed an exception at SkeletonUtilityBone when using skin bones. Closes #1464.
This commit is contained in:
parent
617eb38340
commit
2518dddad8
@ -119,6 +119,7 @@ namespace Spine.Unity {
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (!bone.Active) return;
|
||||
|
||||
var thisTransform = cachedTransform;
|
||||
float skeletonFlipRotation = Mathf.Sign(skeleton.ScaleX * skeleton.ScaleY);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user