diff --git a/build/win32/platform_specific_code/juce_win32_Windowing.cpp b/build/win32/platform_specific_code/juce_win32_Windowing.cpp index 53f4660825..ef17556f3c 100644 --- a/build/win32/platform_specific_code/juce_win32_Windowing.cpp +++ b/build/win32/platform_specific_code/juce_win32_Windowing.cpp @@ -3201,7 +3201,7 @@ public: setPixelFormat (pixelFormat); if (contextToShareWith != 0 && renderContext != 0) - wglShareLists (renderContext, contextToShareWith); + wglShareLists (contextToShareWith, renderContext); } ~WindowedGLContext()