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 bcc7469..3182969 100644
--- a/gfx/gl/camera.h
+++ b/gfx/gl/camera.h
@@ -61,5 +61,5 @@ private:
float fov, aspect, near, far;
glm::mat4 projection;
glm::mat4 view, unView;
- glm::mat4 viewProjection;
+ glm::mat4 viewProjection, inverseViewProjection;
};