1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Corrected openGL framebuffer releasing.

This commit is contained in:
jules 2013-01-31 11:51:12 +00:00
parent 1e24145bf6
commit 38e61f778a

View file

@ -323,6 +323,7 @@ public:
if (context.renderer != nullptr)
context.renderer->openGLContextClosing();
cachedImageFrameBuffer.release();
nativeContext->shutdownOnRenderThread();
associatedObjectNames.clear();