summaryrefslogtreecommitdiff
path: root/offsetProject/src/ofApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'offsetProject/src/ofApp.h')
-rw-r--r--offsetProject/src/ofApp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/offsetProject/src/ofApp.h b/offsetProject/src/ofApp.h
index b9508a3..264de8a 100644
--- a/offsetProject/src/ofApp.h
+++ b/offsetProject/src/ofApp.h
@@ -47,9 +47,9 @@ public:
float* tiledata;
float* frametiledata;
- ofImage screenleft,screenright;
+ ofImage screenleft,screenright,snap;
- float frozentime;
+ float frozentime,snaptime;
bool fullscreen;
};