diff --git a/crates/fj-viewer/src/input/zoom.rs b/crates/fj-viewer/src/input/zoom.rs index 9827933e79..1d29a02430 100644 --- a/crates/fj-viewer/src/input/zoom.rs +++ b/crates/fj-viewer/src/input/zoom.rs @@ -43,4 +43,4 @@ impl Zoom { /// /// Smaller values will move the camera less with the same input. /// Larger values will move the camera more with the same input. -const ZOOM_FACTOR: f64 = 0.05; +const ZOOM_FACTOR: f64 = 0.1;