Browse Source

removed empty line

Cedric Guillemet 5 năm trước cách đây
mục cha
commit
76dae0ae29
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);