diff options
| author | Comment <tim@gray.(none)> | 2014-03-15 12:28:02 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2014-03-15 12:28:02 +0000 |
| commit | 932596c1d7d260f335a2f88ff813f1dbfa3449a3 (patch) | |
| tree | a3731ca8ade32e82ce600515e411b554ee9234fc /offsetProject/src/ofApp.h | |
| parent | d1abb8fcf4784aa1a7b778abf6e237d71d1da7c7 (diff) | |
display snap
Diffstat (limited to 'offsetProject/src/ofApp.h')
| -rw-r--r-- | offsetProject/src/ofApp.h | 4 |
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; }; |
