aboutsummaryrefslogtreecommitdiffstats
path: root/src/render.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render.hpp')
-rw-r--r--src/render.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render.hpp b/src/render.hpp
index 5d3025c..0e4275e 100644
--- a/src/render.hpp
+++ b/src/render.hpp
@@ -45,6 +45,7 @@ private:
SDL_GLContext context;
Shader worldShader;
+ glm::vec3 camPos;
public:
RenderSystem(void) :