mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 09:46:02 +08:00
[unity] Minor code cleanup.
This commit is contained in:
parent
f029c1d4fd
commit
ebdc26ce9f
@ -605,7 +605,7 @@ namespace Spine.Unity {
|
|||||||
// apply the constraint and sets Bone.ax, Bone.ay and Bone.arotation values.
|
// apply the constraint and sets Bone.ax, Bone.ay and Bone.arotation values.
|
||||||
/// Update is based on Bone.x, Bone.y and Bone.rotation, so skeleton.UpdateWorldTransform()
|
/// Update is based on Bone.x, Bone.y and Bone.rotation, so skeleton.UpdateWorldTransform()
|
||||||
/// can be called afterwards without having a different starting point.
|
/// can be called afterwards without having a different starting point.
|
||||||
constraint.Update(Skeleton.Physics.Update);
|
constraint.Update(Skeleton.Physics.None);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user