Explorar o código

comment + typo

Julien Barrois %!s(int64=6) %!d(string=hai) anos
pai
achega
866a6596c9
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/Physics/Plugins/babylon.cannonJSPlugin.ts

+ 2 - 1
src/Physics/Plugins/babylon.cannonJSPlugin.ts

@@ -437,10 +437,11 @@ module BABYLON {
 
                 var oldPivot = mesh.getPivotMatrix();
                 if (oldPivot) {
+                    // create a copy the pivot Matrix as it is modified in place
                     oldPivot = oldPivot.clone()
                 }
                 else {
-                     Matrix.Identity();
+                    oldPivot = Matrix.Identity();
                 }
 
                 //calculate the new center using a pivot (since this.BJSCANNON.js doesn't center height maps)