Julien Barrois 6 년 전
부모
커밋
cb892b6794
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Physics/Plugins/babylon.cannonJSPlugin.ts

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

@@ -438,7 +438,7 @@ module BABYLON {
                 var oldPivot = mesh.getPivotMatrix();
                 if (oldPivot) {
                     // create a copy the pivot Matrix as it is modified in place
-                    oldPivot = oldPivot.clone()
+                    oldPivot = oldPivot.clone();
                 }
                 else {
                     oldPivot = Matrix.Identity();