소스 검색

missing semicolon

Cedric Guillemet 4 년 전
부모
커밋
ff2141ced4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Gizmos/rotationGizmo.ts

+ 1 - 1
src/Gizmos/rotationGizmo.ts

@@ -72,7 +72,7 @@ export class RotationGizmo extends Gizmo {
 
     protected _checkBillboardTransform() {
         if (this._nodeAttached && (<TransformNode>this._nodeAttached).billboardMode) {
-            console.log("Rotation Gizmo will not work with transforms in billboard mode.")
+            console.log("Rotation Gizmo will not work with transforms in billboard mode.");
         }
     }