Fixed warning in GlxContext constructor
This commit is contained in:
parent
75e07d63d3
commit
0dc5003969
@ -83,7 +83,7 @@ myOwnsWindow(false)
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
GlxContext::GlxContext(GlxContext* shared, const ContextSettings& settings, unsigned int width, unsigned int height) :
|
||||
myWindow (NULL),
|
||||
myWindow (0),
|
||||
myContext (NULL),
|
||||
myOwnsWindow(true)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user