diff --git a/macosx/plugins/DFXVideo/macsrc/PluginGLView.m b/macosx/plugins/DFXVideo/macsrc/PluginGLView.m index 3eed9fee..90b50b2c 100755 --- a/macosx/plugins/DFXVideo/macsrc/PluginGLView.m +++ b/macosx/plugins/DFXVideo/macsrc/PluginGLView.m @@ -295,8 +295,8 @@ static int mylog2(int val) [NSOpenGLContext clearCurrentContext]; - [self setNeedsDisplay:true]; - + //[self setNeedsDisplay:true]; + [self renderScreen]; [glLock unlock]; }