소스 검색

removed empty line

Cedric Guillemet 5 년 전
부모
커밋
76dae0ae29
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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);