diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/common.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.hpp b/include/common.hpp index fabf4c7..153c46e 100644 --- a/include/common.hpp +++ b/include/common.hpp @@ -232,6 +232,7 @@ extern GLint worldShader_attribute_coord; extern GLint worldShader_attribute_tex; extern GLint worldShader_uniform_texture; extern GLint worldShader_uniform_color; +extern GLint worldShader_uniform_transform; /** * Prints a formatted debug message to the console, along with the callee's file and line |