mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-15 00:24:19 +00:00
Fixed missing cast in win32 GL code.
This commit is contained in:
parent
154616d271
commit
bb30a6da66
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ public:
|
|||
}
|
||||
|
||||
if (contextToShareWith != nullptr)
|
||||
wglShareLists (contextToShareWith, renderContext);
|
||||
wglShareLists ((HGLRC) contextToShareWith, renderContext);
|
||||
|
||||
component.getTopLevelComponent()->repaint();
|
||||
component.repaint();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue