Merge pull request #713 from jdryg/glcontext_nsgl_ctor

Set m_view to 0 in GlContext ctor
This commit is contained in:
Branimir Karadžić 2016-03-13 12:16:55 -07:00
commit c8b5fc88ed
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ namespace bgfx { namespace gl
{
GlContext()
: m_context(0)
, m_view(0)
{
}