aboutsummaryrefslogtreecommitdiffstats
path: root/src/render.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render.hpp')
-rw-r--r--src/render.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render.hpp b/src/render.hpp
index eabf4be..88668cc 100644
--- a/src/render.hpp
+++ b/src/render.hpp
@@ -64,6 +64,7 @@ private:
SDL_GLContext context;
Shader worldShader;
+ Shader uiShader;
glm::vec3 camPos;
// Map of VBOs and their render data
@@ -74,7 +75,6 @@ private:
GLuint worldTexture = 0;
GLuint worldNormal = 0;
entityx::Entity player; // Save the player so we can track the camera
-
public:
RenderSystem() :
window(nullptr, SDL_DestroyWindow) {}