summaryrefslogtreecommitdiff
path: root/macosx/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/plugins')
-rwxr-xr-xmacosx/plugins/DFXVideo/macsrc/PluginGLView.m4
1 files changed, 2 insertions, 2 deletions
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];
}