From 72f38cdf62624dd2bbe14dba0507dabe75ac6d05 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 18 Jan 2018 14:53:10 +0000 Subject: syphon good --- gui/src/ofApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/src/ofApp.cpp') 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. } -- cgit v1.2.3