Fix for Context not bound on OSX 10.10.3 #439

This commit is contained in:
Nick Porcino 2015-06-24 22:54:47 -07:00
parent 7dd53e1d48
commit f9907aaa58

View File

@ -176,6 +176,8 @@ namespace bgfx { namespace gl
{
if (NULL == _swapChain)
{
NSOpenGLContext* glContext = (NSOpenGLContext*)m_context;
[glContext makeCurrentContext];
}
else
{