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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gaunt01/src/testApp.h b/gaunt01/src/testApp.h
index 7ef1e3a..f2a35c0 100644
--- a/gaunt01/src/testApp.h
+++ b/gaunt01/src/testApp.h
@@ -91,6 +91,8 @@ class testApp : public ofBaseApp{
bool firstframe; //for background removal
float bgnum;
+
+ ofLight light;
};