@galacean/engine-physics-physx 1.5.0-alpha.2 → 1.5.0-beta.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 +1 -1
- package/dist/browser.js.map +1 -1
- package/dist/browser.min.js +1 -1
- package/dist/browser.min.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/module.js +1 -1
- package/dist/module.js.map +1 -1
- package/package.json +4 -4
package/dist/module.js
CHANGED
|
@@ -1473,7 +1473,7 @@ PhysXHingeJoint._xAxis = new Vector3(1, 0, 0);
|
|
|
1473
1473
|
}();
|
|
1474
1474
|
|
|
1475
1475
|
//@ts-ignore
|
|
1476
|
-
var version = "1.5.0-
|
|
1476
|
+
var version = "1.5.0-beta.0";
|
|
1477
1477
|
console.log("Galacean Engine Physics PhysX Version: " + version);
|
|
1478
1478
|
|
|
1479
1479
|
export { PhysXPhysics, PhysXRuntimeMode, version };
|