diff options
| author | Tim Redfern <tim@getdrop.com> | 2017-09-07 14:33:28 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2017-09-07 14:33:28 +0100 |
| commit | d68b8424c8e63cb84147d021608fe5a69b30b288 (patch) | |
| tree | 0f9c7ebacef3c5c05067a8bafa6e00f5657c714d /gui/src/ofApp.cpp | |
| parent | 08e3568bf2e017268652c118f403babce3c6486f (diff) | |
threaded image loader (not working)
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 4f73e90..a264f83 100644 --- a/gui/src/ofApp.cpp +++ b/gui/src/ofApp.cpp @@ -84,7 +84,7 @@ for (int i=0;i<sets.size();i++){ } //artnet.sendDmx("10.7.175.170", dmx_data, 512); - next_update=ofGetElapsedTimef()+0.2f; + next_update=ofGetElapsedTimef()+0.1f; } |
