Browse Source

comment "redraw window" debug msg

pull/1639/head
bsp2 6 years ago
parent
commit
1418fdc683
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      other/vst2_lglw_debug_plugin/plugin.cpp

+ 1
- 1
other/vst2_lglw_debug_plugin/plugin.cpp View File

@@ -479,7 +479,7 @@ VstIntPtr VSTPluginDispatcher(VSTPlugin *vstPlugin, VstInt32 opCode, VstInt32 in
break;

case effEditIdle:
printf("vstgltest: redraw window\n");
// printf("vstgltest: redraw window\n");
// (void)::RedrawWindow(wrapper->hwnd, NULL, NULL, RDW_INTERNALPAINT);
//(void)::UpdateWindow(wrapper->hwnd);
#ifdef USE_LGLW


Loading…
Cancel
Save