summary refs log tree commit diff
path: root/src/Camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Camera.h')
-rw-r--r--src/Camera.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Camera.h b/src/Camera.h
index 1aeb6ee..b4c06b4 100644
--- a/src/Camera.h
+++ b/src/Camera.h
@@ -25,9 +25,9 @@
 #include "Quaternions.h"
 
 struct Camera {
-	XYZ position;
-	XYZ oldposition;
-	XYZ targetoffset;
+	struct XYZ position;
+	struct XYZ oldposition;
+	struct XYZ targetoffset;
 
 	float rotation, rotation2;
 	float oldrotation, oldrotation2;