소스 검색

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

Willy-JL 1 년 전
부모
커밋
22336bb1f8
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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);