Fix for Context not bound on OSX 10.10.3 #439
@@ -176,6 +176,8 @@ namespace bgfx { namespace gl
{
if (NULL == _swapChain)
+ NSOpenGLContext* glContext = (NSOpenGLContext*)m_context;
+ [glContext makeCurrentContext];
}
else