Closed customlogic closed 10 years ago
Calling "setAutoUpdate()" or "setAutoDraw()" had no effect, so they were removed. To disable draw and update callbacks, use disableAppDrawCallback() and disableAppUpdateCallback() instead (part of ofxUIOFWrapper). As discussed in #206
Thanks @customlogic for the pull request, sorry I wasn't able to pull it in earlier, I went ahead and made the changes manually!
Calling "setAutoUpdate()" or "setAutoDraw()" had no effect, so they were removed. To disable draw and update callbacks, use disableAppDrawCallback() and disableAppUpdateCallback() instead (part of ofxUIOFWrapper). As discussed in #206