mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
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