@galacean/engine-physics-physx 1.4.9 → 1.4.11

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
@@ -1423,7 +1423,7 @@ PhysXHingeJoint._xAxis = new Vector3(1, 0, 0);
1423
1423
  }();
1424
1424
 
1425
1425
  //@ts-ignore
1426
- var version = "1.4.9";
1426
+ var version = "1.4.11";
1427
1427
  console.log("Galacean Engine Physics PhysX Version: " + version);
1428
1428
 
1429
1429
  export { PhysXPhysics, PhysXRuntimeMode, version };