Explorar o código

Set m_view to 0 in GlContext ctor

jdryg %!s(int64=9) %!d(string=hai) anos
pai
achega
4d4804f71c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/glcontext_nsgl.h

+ 1 - 0
src/glcontext_nsgl.h

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