diff --git a/voxygen/src/scene/camera.rs b/voxygen/src/scene/camera.rs index 40d5193a1e..f8c76e5f3c 100644 --- a/voxygen/src/scene/camera.rs +++ b/voxygen/src/scene/camera.rs @@ -6,7 +6,7 @@ use vek::*; const NEAR_PLANE: f32 = 0.1; const FAR_PLANE: f32 = 10000.0; -const INTERP_TIME: f32 = 0.05; +const INTERP_TIME: f32 = 0.1; pub struct Camera { tgt_focus: Vec3,