duncan law 6 rokov pred
rodič
commit
3399e923c5

+ 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) {