mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
parent
7242925303
commit
4fa93453e6
1 changed files with 1 additions and 1 deletions
|
|
@ -3201,7 +3201,7 @@ public:
|
|||
setPixelFormat (pixelFormat);
|
||||
|
||||
if (contextToShareWith != 0 && renderContext != 0)
|
||||
wglShareLists (renderContext, contextToShareWith);
|
||||
wglShareLists (contextToShareWith, renderContext);
|
||||
}
|
||||
|
||||
~WindowedGLContext()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue