From a21bfd195d3166317cce806728e148c4c4186477 Mon Sep 17 00:00:00 2001 From: bsp2 Date: Sat, 20 Oct 2018 19:00:55 +0200 Subject: [PATCH] re-enable redrawWindow() --- other/vst2_lglw_debug_plugin/plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/vst2_lglw_debug_plugin/plugin.cpp b/other/vst2_lglw_debug_plugin/plugin.cpp index 1ab0715b..b3133394 100644 --- a/other/vst2_lglw_debug_plugin/plugin.cpp +++ b/other/vst2_lglw_debug_plugin/plugin.cpp @@ -183,7 +183,7 @@ public: } void redrawWindow(void) { -#if 0 +#if 1 #ifdef USE_LGLW // Save host GL context lglw_glcontext_push(lglw);