Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2007-10-27 13:18:04 +0000
committerStijn Buys <ingar@osirion.org>2007-10-27 13:18:04 +0000
commitaa50057b86c35de70ed87921ecdb1288e7e17e41 (patch)
tree20e20f38e230464b6dbd4d5aae6677a33a91a8e0 /src/client/camera.h
parentbabef2ec1d88b6057b0e17bf1c04dfa3c9d0d5a0 (diff)
camera handling updates
Diffstat (limited to 'src/client/camera.h')
-rw-r--r--src/client/camera.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/camera.h b/src/client/camera.h
index 7e189b3..c363f91 100644
--- a/src/client/camera.h
+++ b/src/client/camera.h
@@ -54,9 +54,9 @@ public:
protected:
/// current yaw, angle in XZ plane, positive is looking left
- float yaw ;
+ float yaw_current;
/// current pitch, angle in XY, positive is looking up
- float pitch;
+ float pitch_current;
/// default tracking pitch
float pitch_track;
/// default offset increment