mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-04-16 09:14:24 -04:00
Set m_view to 0 in GlContext ctor
This commit is contained in:
parent
5184c6bfa2
commit
4d4804f71c
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ namespace bgfx { namespace gl
|
|||
{
|
||||
GlContext()
|
||||
: m_context(0)
|
||||
, m_view(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue