@galacean/engine-physics-physx 1.6.9 → 1.6.10

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.
package/dist/module.js CHANGED
@@ -1658,7 +1658,7 @@ PhysXHingeJoint._xAxis = new Vector3(1, 0, 0);
1658
1658
  }();
1659
1659
 
1660
1660
  //@ts-ignore
1661
- var version = "1.6.9";
1661
+ var version = "1.6.10";
1662
1662
  console.log("Galacean Engine Physics PhysX Version: " + version);
1663
1663
 
1664
1664
  export { PhysXPhysics, PhysXRuntimeMode, version };