You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When exiting an OpenGL sketch on OSX, and odd warning appears. Most likely there is some kind of OSX specific shutdown code that is not being run in the exitActual() method.
When exiting an OpenGL sketch on OSX, and odd warning appears. Most likely there is some kind of OSX specific shutdown code that is not being run in the
exitActual()
method.Steps to reproduce:
Need to find out what object is generating that and shut it down properly.
The text was updated successfully, but these errors were encountered: