aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/render/Shader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/Shader.hpp')
-rw-r--r--src/render/Shader.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/Shader.hpp b/src/render/Shader.hpp
index 49272857..4d94358e 100644
--- a/src/render/Shader.hpp
+++ b/src/render/Shader.hpp
@@ -7,6 +7,7 @@ struct SQuad {
GLint proj;
GLint color;
GLint posAttrib;
+ GLint texAttrib;
};
class CShader {