@esotericsoftware/spine-canvas 4.2.41 → 4.2.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7832,7 +7832,7 @@ var spine = (() => {
7832
7832
  * See [World transforms](http://esotericsoftware.com/spine-runtime-skeletons#World-transforms) in the Spine
7833
7833
  * Runtimes Guide. */
7834
7834
  updateWorldTransform(physics) {
7835
- if (!physics)
7835
+ if (physics === void 0 || physics === null)
7836
7836
  throw new Error("physics is undefined");
7837
7837
  let bones = this.bones;
7838
7838
  for (let i = 0, n = bones.length; i < n; i++) {