@galacean/engine-physics-physx 1.4.0-beta.2 → 1.4.0

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
@@ -1297,9 +1297,9 @@ PhysXHingeJoint._xAxis = new Vector3(1, 0, 0);
1297
1297
  }
1298
1298
  }
1299
1299
  if (runtimeMode == PhysXRuntimeMode.JavaScript) {
1300
- script.src = "https://mdn.alipayobjects.com/rms/afts/file/A*CfV8RrDQk5oAAAAAAAAAAAAAARQnAQ/physx.release.downgrade.js";
1300
+ script.src = "https://mdn.alipayobjects.com/rms/afts/file/A*PXxaQrGL0XsAAAAAAAAAAAAAARQnAQ/physx.release.downgrade.js";
1301
1301
  } else if (runtimeMode == PhysXRuntimeMode.WebAssembly) {
1302
- script.src = "https://mdn.alipayobjects.com/rms/afts/file/A*ZDDgR4ERdfwAAAAAAAAAAAAAARQnAQ/physx.release.js";
1302
+ script.src = "https://mdn.alipayobjects.com/rms/afts/file/A*0Qq8Rob3_5oAAAAAAAAAAAAAARQnAQ/physx.release.js";
1303
1303
  }
1304
1304
  });
1305
1305
  var initializePromise = new Promise(function(resolve, reject) {
@@ -1407,7 +1407,7 @@ PhysXHingeJoint._xAxis = new Vector3(1, 0, 0);
1407
1407
  }();
1408
1408
 
1409
1409
  //@ts-ignore
1410
- var version = "1.4.0-beta.2";
1410
+ var version = "1.4.0";
1411
1411
  console.log("Galacean PhysX version: " + version);
1412
1412
 
1413
1413
  export { PhysXPhysics, PhysXRuntimeMode, version };