Browse Source

Merge oscilloscope from https://github.com/xMasterX/all-the-plugins

Willy-JL 1 năm trước cách đây
mục cha
commit
3f2fa0eaa2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      oscilloscope/scope.c

+ 1 - 1
oscilloscope/scope.c

@@ -44,7 +44,7 @@ ScopeApp* scope_app_alloc() {
     // View Dispatcher
     app->view_dispatcher = view_dispatcher_alloc();
     app->scene_manager = scene_manager_alloc(&scope_scene_handlers, app);
-    view_dispatcher_enable_queue(app->view_dispatcher);
+    
 
     view_dispatcher_set_event_callback_context(app->view_dispatcher, app);
     view_dispatcher_set_custom_event_callback(