From 945c6d2f36113bd6e383cbac39dda10f49db5aed Mon Sep 17 00:00:00 2001 From: Cameron Leger Date: Sat, 27 Oct 2018 18:18:10 -0600 Subject: [PATCH] Fix Host FPS redraw bug --- src/vst2_main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/vst2_main.cpp b/src/vst2_main.cpp index c7b8eae5..4062660a 100644 --- a/src/vst2_main.cpp +++ b/src/vst2_main.cpp @@ -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: