@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/browser.js CHANGED
@@ -1301,9 +1301,9 @@
1301
1301
  }
1302
1302
  }
1303
1303
  if (runtimeMode == PhysXRuntimeMode.JavaScript) {
1304
- script.src = "https://mdn.alipayobjects.com/rms/afts/file/A*CfV8RrDQk5oAAAAAAAAAAAAAARQnAQ/physx.release.downgrade.js";
1304
+ script.src = "https://mdn.alipayobjects.com/rms/afts/file/A*PXxaQrGL0XsAAAAAAAAAAAAAARQnAQ/physx.release.downgrade.js";
1305
1305
  } else if (runtimeMode == PhysXRuntimeMode.WebAssembly) {
1306
- script.src = "https://mdn.alipayobjects.com/rms/afts/file/A*ZDDgR4ERdfwAAAAAAAAAAAAAARQnAQ/physx.release.js";
1306
+ script.src = "https://mdn.alipayobjects.com/rms/afts/file/A*0Qq8Rob3_5oAAAAAAAAAAAAAARQnAQ/physx.release.js";
1307
1307
  }
1308
1308
  });
1309
1309
  var initializePromise = new Promise(function(resolve, reject) {
@@ -1411,7 +1411,7 @@
1411
1411
  }();
1412
1412
 
1413
1413
  //@ts-ignore
1414
- var version = "1.4.0-beta.2";
1414
+ var version = "1.4.0";
1415
1415
  console.log("Galacean PhysX version: " + version);
1416
1416
 
1417
1417
  exports.PhysXPhysics = PhysXPhysics;