ofxGrt icon indicating copy to clipboard operation
ofxGrt copied to clipboard

ofGLFWWindowSettings in examples prevents build

Open kflak opened this issue 4 years ago • 0 comments

Hi,

I kept getting

int ofWindowSettings::width is protected within this context

when trying to build the examples on Arch Linux. Turns out the solution was to replace

    settings.setSize(1280, 720);
    // settings.width = 1280;
    // settings.height = 720;

in main.cpp.

kflak avatar Oct 22 '19 13:10 kflak