diff options
-rw-r--r-- | src/client/camera.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/camera.cc b/src/client/camera.cc index 21bf930..cbed115 100644 --- a/src/client/camera.cc +++ b/src/client/camera.cc @@ -190,7 +190,7 @@ void draw(float seconds) float angle; float side; float u; - const float cam_speed = seconds * 4 ; + const float cam_speed = seconds; math::Vector3f n; math::Vector3f p; |