diff options
Diffstat (limited to 'src/Camera.h')
-rw-r--r-- | src/Camera.h | 6 |
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; |