From e257d84daee9d474a944588214fbdafed9d9e983 Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Fri, 6 Nov 2015 08:48:46 -0500 Subject: Fixed some handAngle bugs, and raised the world height --- include/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/common.h b/include/common.h index 846dfb9..93735fa 100644 --- a/include/common.h +++ b/include/common.h @@ -113,6 +113,8 @@ extern unsigned int deltaTime; */ extern vec2 offset; +extern float handAngle; + /* * Loads an image from the given file path and attempts to make a texture out of it. The * resulting GLuint is returned (used to recall the texture in glBindTexture). -- cgit v1.2.3