diff --git a/src/editor/mod.rs b/src/editor/mod.rs index 291730597f..3e095e8e8f 100644 --- a/src/editor/mod.rs +++ b/src/editor/mod.rs @@ -157,7 +157,7 @@ pub struct Editor { } impl Editor { - const CAMERA_PAN_THRESHOLD: f32 = 0.025; + const CAMERA_PAN_THRESHOLD: f32 = 0.005; const CAMERA_PAN_SPEED: f32 = 5.0; const CAMERA_ZOOM_STEP: f32 = 0.1;