diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-11-04 08:53:26 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-11-04 08:53:26 -0500 |
commit | b934c2d6ad99b2dc183c11e8cbb2ecc3fe375700 (patch) | |
tree | 97eb2c186f2a4bae99f6b945eb55a40ecfcc0550 /include | |
parent | 69701af0cdd9b5cb41fff7ac7b1265c71506b7da (diff) | |
parent | b3c87a7b30a7faf0f4366a01ed7e9b07b60370d0 (diff) |
ortho binds to y
Diffstat (limited to 'include')
-rw-r--r-- | include/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index 39812c4..56e6a38 100644 --- a/include/common.h +++ b/include/common.h @@ -39,7 +39,7 @@ typedef unsigned int uint; * This flag lets the compiler know that we are using shaders */ -#define SHADERSf +#define SHADERSd /* * Create a basic 2-point structure for coordinate saving |