diff --git a/src/SFML/Window/GlContext.cpp b/src/SFML/Window/GlContext.cpp index b1803576..fe5a59cf 100644 --- a/src/SFML/Window/GlContext.cpp +++ b/src/SFML/Window/GlContext.cpp @@ -106,6 +106,7 @@ void GlContext::GlobalInit() { // Create the shared context sharedContext = new ContextType(NULL); + sharedContext->Initialize(); // This call makes sure that: // - the shared context is inactive (it must never be)