diff options
| author | Tim Redfern <tim@getdrop.com> | 2022-12-18 23:30:14 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2022-12-18 23:30:14 +0000 |
| commit | 493d6151ee284b5cfa136b88793498d7d9a59051 (patch) | |
| tree | 840160bc94ec89297597617adc352b10d065b9cc /glitcher/src/ofApp.cpp | |
| parent | 36a3cf9cf6206a4be7021f980da51c89229dc8c7 (diff) | |
standalone of10 versionmain
Diffstat (limited to 'glitcher/src/ofApp.cpp')
| -rw-r--r-- | glitcher/src/ofApp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glitcher/src/ofApp.cpp b/glitcher/src/ofApp.cpp index 3a1b2b3..f0fa44d 100644 --- a/glitcher/src/ofApp.cpp +++ b/glitcher/src/ofApp.cpp @@ -31,7 +31,7 @@ void ofApp::update() { //-------------------------------------------------------------- void ofApp::draw() { frame++; - if (frame=1000){ + if (frame==1000){ //glitch.set_interp(ofRandom(30)+2,ofRandom(22)+2); frame=0; } |
