Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/camera.cc')
-rw-r--r--src/client/camera.cc2
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;