Browse Source

Fix Host FPS redraw bug

pull/1639/head
Cameron Leger 6 years ago
parent
commit
945c6d2f36
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/vst2_main.cpp

+ 1
- 2
src/vst2_main.cpp View File

@@ -1879,12 +1879,11 @@ VstIntPtr VSTPluginDispatcher(VSTPlugin *vstPlugin,
#ifdef YAC_LINUX
// pump event queue (when not using _XEventProc callback)
wrapper->events();
#else
#endif // YAC_LINUX
if(0 == wrapper->redraw_ival_ms)
{
wrapper->queueRedraw();
}
#endif // YAC_LINUX
break;

case effEditGetRect:


Loading…
Cancel
Save