diff options
| author | Tim Redfern <tim@eclectronics.org> | 2011-12-26 17:02:09 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2011-12-26 17:02:09 +0000 |
| commit | 86c462a8d5b9517738161eede77ccc6703af779b (patch) | |
| tree | 9c68ec3805ffe11713041fa8c7c00718f1f79030 /src/keyVar.cpp | |
| parent | 084c8a9b85b853fa630d5a102cd102b45d543abf (diff) | |
displaying with overlays and distortion
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 ea8b9ff..26e0455 100644 --- a/src/keyVar.cpp +++ b/src/keyVar.cpp @@ -5,7 +5,7 @@ */ #include "keyVar.h" -#define DEBUG 0 +#define DEBUG 1 void keyVar::set(char _keyInc,char _keyDec,float _val,float _speed,float _accel,float _accelTime){ keyInc=_keyInc; |
