summaryrefslogtreecommitdiff
path: root/gaunt01/src/testApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'gaunt01/src/testApp.h')
-rw-r--r--gaunt01/src/testApp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gaunt01/src/testApp.h b/gaunt01/src/testApp.h
index 529acec..320292b 100644
--- a/gaunt01/src/testApp.h
+++ b/gaunt01/src/testApp.h
@@ -38,7 +38,7 @@
#define chan_S 5
#define chan_V 6
-#define DEBUG 0
+#define DEBUG 1
class testApp : public ofBaseApp{
@@ -58,6 +58,7 @@ class testApp : public ofBaseApp{
void gotMessage(ofMessage msg);
int windowWidth, windowHeight;
+ bool mirror; //horiz flip
int mode;