Browse Source

removed empty line

Cedric Guillemet 5 years ago
parent
commit
76dae0ae29
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Gizmos/gizmo.ts

+ 0 - 1
src/Gizmos/gizmo.ts

@@ -170,7 +170,6 @@ export class Gizmo implements IDisposable {
                         || this._attachedNode.getClassName() === "TouchCamera"
                         || this._attachedNode.getClassName() === "UniversalCamera";
         if  (this._attachedNode.getClassName() === "ArcRotateCamera" || inheritsTargetCamera) {
-
             var camera = this._attachedNode as Camera;
             var transformQuaternion = new Quaternion(0, 0, 0, 1);
             var position = new Vector3(0, 0, 0);