@galacean/engine-physics-physx 1.6.9 → 1.6.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
|
@@ -1658,7 +1658,7 @@ PhysXHingeJoint._xAxis = new Vector3(1, 0, 0);
|
|
|
1658
1658
|
}();
|
|
1659
1659
|
|
|
1660
1660
|
//@ts-ignore
|
|
1661
|
-
var version = "1.6.
|
|
1661
|
+
var version = "1.6.11";
|
|
1662
1662
|
console.log("Galacean Engine Physics PhysX Version: " + version);
|
|
1663
1663
|
|
|
1664
1664
|
export { PhysXPhysics, PhysXRuntimeMode, version };
|