Reputation: 33
I have encountered a problem with Xcode 10 when I run OpenGL GLFW and GLEW c++ code. The windows do init but the drawing is hidden before I tried to move the window frame by mouse. How can I solve this problem?
Upvotes: 2
Views: 654
Reputation: 24814
This is a known bug which is now solved at GLFW's source repository
Upvotes: 1
Reputation: 3236
SDL had a similar problem, see this change for their (current) fix:
https://hg.libsdl.org/SDL/rev/86dcfbbcacaf
Upvotes: 1