فهرست منبع

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);