瀏覽代碼

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.");
         }
     }