diff options
Diffstat (limited to '3rdparty/bgfx/src/glcontext_wgl.cpp')
-rw-r--r-- | 3rdparty/bgfx/src/glcontext_wgl.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/3rdparty/bgfx/src/glcontext_wgl.cpp b/3rdparty/bgfx/src/glcontext_wgl.cpp index 3c52702a6e5..eafee4f94b2 100644 --- a/3rdparty/bgfx/src/glcontext_wgl.cpp +++ b/3rdparty/bgfx/src/glcontext_wgl.cpp @@ -268,6 +268,8 @@ namespace bgfx { namespace gl } import(); + + g_internalData.context = m_context; } void GlContext::destroy() |