diff --git a/libs/openFrameworks/events/ofEvents.cpp b/libs/openFrameworks/events/ofEvents.cpp index 9be8b049821..e60a7ce04de 100644 --- a/libs/openFrameworks/events/ofEvents.cpp +++ b/libs/openFrameworks/events/ofEvents.cpp @@ -2,6 +2,7 @@ #include "ofAppRunner.h" #include "ofBaseApp.h" #include "ofUtils.h" +#include "ofGraphics.h" #include // core events instance & arguments @@ -78,6 +79,8 @@ void ofNotifySetup(){ //------------------------------------------ void ofNotifyUpdate(){ + ofGetCurrentRenderer()->update(); + ofBaseApp * ofAppPtr = ofGetAppPtr(); if(ofAppPtr){