@Jhovarie_Guiang wrote:
Hello guys How to fixed this?
I am trying to set the width and height of the ofGLFWindowSettings but I failed.my code
‘’’
ofGLWindowSettings settings;
settings.width = 700; // <-- error here
settings.height = 500; // <-- error here
‘’’
The error message is
int ofWindowSettings::width is protected within this contextHow to fixed this?
I am trying to set the width and height of ofGLWindowSettings
Posts: 2
Participants: 2