diff options
Diffstat (limited to '3rdparty/bgfx/src/glcontext_ppapi.cpp')
-rw-r--r-- | 3rdparty/bgfx/src/glcontext_ppapi.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/3rdparty/bgfx/src/glcontext_ppapi.cpp b/3rdparty/bgfx/src/glcontext_ppapi.cpp index 977cd6c96da..a4290cc3005 100644 --- a/3rdparty/bgfx/src/glcontext_ppapi.cpp +++ b/3rdparty/bgfx/src/glcontext_ppapi.cpp @@ -191,6 +191,8 @@ namespace bgfx { namespace gl { BX_UNUSED(_width, _height); BX_TRACE("GlContext::create"); + + g_internalData.context = m_context; } void GlContext::destroy() |