diff options
Diffstat (limited to 'macosx/plugins')
| -rwxr-xr-x | macosx/plugins/DFXVideo/macsrc/PluginGLView.m | 4 |
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]; } |
