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

OpenGLContext fix.

This commit is contained in:
jules 2012-04-13 17:53:22 +01:00
parent 3b431954ec
commit ebfd2835d8

View file

@ -444,6 +444,7 @@ private:
void detach()
{
getComponent()->setCachedComponentImage (nullptr);
context.nativeContext = nullptr;
}
};