summaryrefslogtreecommitdiff
path: root/gfx/gl/camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/gl/camera.h')
-rw-r--r--gfx/gl/camera.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/gl/camera.h b/gfx/gl/camera.h
index 8d53261..5c37744 100644
--- a/gfx/gl/camera.h
+++ b/gfx/gl/camera.h
@@ -82,6 +82,6 @@ private:
Direction3D up;
GlobalDistance near, far;
- glm::mat4 projection;
+ glm::mat4 view, projection;
glm::mat4 viewProjection, inverseViewProjection;
};