mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 21:42:59 +01:00
Merge pull request #440 from meshula/master
Fix for Context not bound on OSX 10.10.3 #439
This commit is contained in:
@@ -176,6 +176,8 @@ namespace bgfx { namespace gl
|
||||
{
|
||||
if (NULL == _swapChain)
|
||||
{
|
||||
NSOpenGLContext* glContext = (NSOpenGLContext*)m_context;
|
||||
[glContext makeCurrentContext];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user