diff --git a/apple/common/RAGameView.m b/apple/common/RAGameView.m index 58fc850f5a..f86a5668a9 100644 --- a/apple/common/RAGameView.m +++ b/apple/common/RAGameView.m @@ -254,6 +254,8 @@ static bool g_is_syncing = true; [[NSNotificationCenter defaultCenter] postNotificationName:@"NewCameraTextureReady" object:nil]; newFrame = true; + glBindTexture(GL_TEXTURE_2D, 0); + CVOpenGLESTextureCacheFlush(textureCache, 0); CFRelease(renderTexture); }