From 210a3278e709b3cbbf2fdd6ef21a2150485b9d97 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 25 May 2008 10:30:46 +0000 Subject: adjusts camera tracking speed --- src/client/camera.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3