duncan law 6 år sedan
förälder
incheckning
3399e923c5
1 ändrade filer med 0 tillägg och 1 borttagningar
  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) {