diff options
| author | Tim Redfern <tim@eclectronics.org> | 2011-12-30 21:13:07 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2011-12-30 21:13:07 +0000 |
| commit | 4f1d5b3a6efe1de7885b37b091595f7bbc8a9b29 (patch) | |
| tree | 477bc2474eaf2f72f72a253ae9ec4cd0f2ee0a6a /src/keyVar.cpp | |
| parent | 86c462a8d5b9517738161eede77ccc6703af779b (diff) | |
succesfully combined camera and FBO
Diffstat (limited to 'src/keyVar.cpp')
| -rw-r--r-- | src/keyVar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyVar.cpp b/src/keyVar.cpp index 26e0455..ea8b9ff 100644 --- a/src/keyVar.cpp +++ b/src/keyVar.cpp @@ -5,7 +5,7 @@ */ #include "keyVar.h" -#define DEBUG 1 +#define DEBUG 0 void keyVar::set(char _keyInc,char _keyDec,float _val,float _speed,float _accel,float _accelTime){ keyInc=_keyInc; |
