Sfoglia il codice sorgente

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

Willy-JL 1 anno fa
parent
commit
22336bb1f8
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      mfc_editor/mfc_editor_app.c

+ 0 - 1
mfc_editor/mfc_editor_app.c

@@ -47,7 +47,6 @@ MfcEditorApp* mfc_editor_app_alloc() {
 
     instance->view_dispatcher = view_dispatcher_alloc();
     instance->scene_manager = scene_manager_alloc(&mfc_editor_scene_handlers, instance);
-    view_dispatcher_enable_queue(instance->view_dispatcher);
     view_dispatcher_set_event_callback_context(instance->view_dispatcher, instance);
     view_dispatcher_set_custom_event_callback(
         instance->view_dispatcher, mfc_editor_app_custom_event_callback);