@galacean/engine-physics-physx 1.5.9 → 1.5.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/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
|
@@ -1514,7 +1514,7 @@ PhysXHingeJoint._xAxis = new Vector3(1, 0, 0);
|
|
|
1514
1514
|
}();
|
|
1515
1515
|
|
|
1516
1516
|
//@ts-ignore
|
|
1517
|
-
var version = "1.5.
|
|
1517
|
+
var version = "1.5.11";
|
|
1518
1518
|
console.log("Galacean Engine Physics PhysX Version: " + version);
|
|
1519
1519
|
|
|
1520
1520
|
export { PhysXPhysics, PhysXRuntimeMode, version };
|