diff options
author | 2016-02-07 09:50:16 +0100 | |
---|---|---|
committer | 2016-02-07 09:50:16 +0100 | |
commit | 5bc83a25063330ab9177a291ab984c5c7052aa02 (patch) | |
tree | 0d4547b361b228c17d535b2fa756ec0a52356e6b /3rdparty/bgfx/src/glcontext_ppapi.cpp | |
parent | 88efd657dbd30fd509de64e8a3e87f04fd4f1638 (diff) |
Update BGFX (nw)
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() |