소스 검색

comment spelling ifx

Trevor Baron 7 년 전
부모
커밋
75d5def005
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Gizmos/babylon.boundingBoxGizmo.ts

+ 1 - 1
src/Gizmos/babylon.boundingBoxGizmo.ts

@@ -91,7 +91,7 @@ module BABYLON {
                             this.attachedMesh.rotationQuaternion = Quaternion.RotationYawPitchRoll(this.attachedMesh.rotation.y,this.attachedMesh.rotation.x,this.attachedMesh.rotation.z);
                         }
                        
-                        // Do not allow the object to trun more than a full circle
+                        // Do not allow the object to turn more than a full circle
                         totalTurnAmountOfDrag+=projectDist;
                         if(Math.abs(totalTurnAmountOfDrag)<=2*Math.PI){
                             if(i>=8){