Daandelange / ofxImGui

Please refer to the develop branch in https://github.com/jvcleave/ofxImGui. I'll keep this fork in sync until it's merged in master.
12 stars 1 forks source link

__PRETTY_FUNCTION__ not defined in WIN32 #12

Closed moebiussurfing closed 1 year ago

moebiussurfing commented 1 year ago

on gui.cpp, fixed just replacing to: Gui::setup()

        // Already-setup contexts exit early
        if( !ownedContext ) {
#ifdef OFXIMGUI_DEBUG
            ofLogVerbose("Gui::setup()") << "Context is not owned, skipping some settings and not binding the engine again.";
#endif
            return;
        }
Daandelange commented 1 year ago

thanks :)