Hi guys,
it just happened to me that when enabling GL_CULL_FACE (with GL_BACK), SFML won't display its stuff anymore.
A workaround is to disable culling around the SFML rendering, however I'm just wondering if that should happen in SFML itself. Of course it means another call every cycle, I don't know how high the impact is.
Greetings.