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 c7982f4..754cbad 100644
--- a/src/client/camera.cc
+++ b/src/client/camera.cc
@@ -54,7 +54,7 @@ float x_offset;
float z_offset;
// default pitch in mode::Track
-const float pitch_track = 15.0f;
+const float pitch_track = 0.0f; // 15.0f;
// default rotate offset increase/decrease
float rotate_offset_inc;
// default translate offset increase/decrease