diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-01-18 14:53:10 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-01-18 14:53:10 +0000 |
| commit | 72f38cdf62624dd2bbe14dba0507dabe75ac6d05 (patch) | |
| tree | ddb57aba1339c723428b83d7e1ef89d20533fb99 /gui/src/ofApp.cpp | |
| parent | 532f8719ab63be9f5e9d98e15bc5fb2d081b98b3 (diff) | |
syphon good
Diffstat (limited to 'gui/src/ofApp.cpp')
| -rw-r--r-- | gui/src/ofApp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/ofApp.cpp b/gui/src/ofApp.cpp index d28fe70..a5c80ad 100644 --- a/gui/src/ofApp.cpp +++ b/gui/src/ofApp.cpp @@ -57,7 +57,7 @@ void ofApp::setup(){ //mClient.set("","Simple Server"); - ofSetFrameRate(60); // if vertical sync is off, we can go a bit fast... this caps the framerate at 60fps. + ofSetFrameRate(30); // if vertical sync is off, we can go a bit fast... this caps the framerate at 60fps. } |
