Browse Source

fix lint.

duncan law 6 năm trước cách đây
mục cha
commit
3399e923c5
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/Cameras/Inputs/followCameraMouseWheelInput.ts

+ 0 - 1
src/Cameras/Inputs/followCameraMouseWheelInput.ts

@@ -94,7 +94,6 @@ export class FollowCameraMouseWheelInput implements ICameraInput<FollowCamera> {
             } else {
                 delta = wheelDelta * this.wheelPrecision;
             }
-            
 
             if (delta) {
                 if (this.axisControlRadius) {