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.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