duncan law hace 6 años
padre
commit
3399e923c5
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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) {