0 Members and 1 Guest are viewing this topic.
win.pushGLStates(); if (option == Option::rectangle) { win.draw(rect); } win.popGLStates(); sfgui.Display(win)
win.resetGLStates(); sfgui.Display(win); win.resetGLStates(); if (option == Option::rectangle) { win.draw(rect); }