mirror of https://github.com/bkaradzic/bgfx
Merge pull request #713 from jdryg/glcontext_nsgl_ctor
Set m_view to 0 in GlContext ctor
This commit is contained in:
commit
c8b5fc88ed
|
@ -16,6 +16,7 @@ namespace bgfx { namespace gl
|
|||
{
|
||||
GlContext()
|
||||
: m_context(0)
|
||||
, m_view(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue