aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.hpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-05-18 08:15:13 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-05-18 08:15:13 -0400
commitd27a975710cf7ef02f755ef768f133e19df69fa5 (patch)
tree45c21460afb3b964863607dc014343f2e17031f6 /include/common.hpp
parent3c51eb91645fb9ab6e6cbe49b354408a6e77d1d1 (diff)
Z INDEXING
Diffstat (limited to 'include/common.hpp')
-rw-r--r--include/common.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.hpp b/include/common.hpp
index 153c46e..d080652 100644
--- a/include/common.hpp
+++ b/include/common.hpp
@@ -197,7 +197,7 @@ void useShader(GLuint *sh, GLint *tu, GLint *ca, GLint *ta);
* A function to draw a colored box for opengl
* To use it, the lower left hand and upper right hand coords are passed along
*/
-void drawRect(vec2 ll, vec2 ur);
+void drawRect(vec2 ll, vec2 ur, float z);
// gets the length of `n` HLINEs
template<typename T>