diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2015-11-06 08:48:46 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2015-11-06 08:48:46 -0500 |
commit | e257d84daee9d474a944588214fbdafed9d9e983 (patch) | |
tree | fcbd3d8e7cbaad994c0ab20793b3ae86903b7451 /include/common.h | |
parent | cb55d6e72ae1f48622ffc2a36d7bdb3719355afe (diff) |
Fixed some handAngle bugs, and raised the world height
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
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). |