summaryrefslogtreecommitdiff
path: root/oscReceiveExample/src/ofApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@getdrop.com>2018-12-12 21:57:21 +0000
committerTim Redfern <tim@getdrop.com>2018-12-12 21:57:21 +0000
commit1369877fa5dfa46f54cc3ffc3d231e661505105c (patch)
tree8ab16054f19a5378a8d2d6f3d078326fc33de1ca /oscReceiveExample/src/ofApp.h
parent983d4a8a596a680edc9a1bc78a6b5b61b6486be5 (diff)
update oF
Diffstat (limited to 'oscReceiveExample/src/ofApp.h')
-rw-r--r--oscReceiveExample/src/ofApp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/oscReceiveExample/src/ofApp.h b/oscReceiveExample/src/ofApp.h
index bc91852..9f914f7 100644
--- a/oscReceiveExample/src/ofApp.h
+++ b/oscReceiveExample/src/ofApp.h
@@ -47,4 +47,6 @@ class ofApp : public ofBaseApp {
int copy_polys;
int create_polys;
+
+ line_debug_level debug_level;
};