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