소스 검색

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

Willy-JL 1 년 전
부모
커밋
032820355c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      minesweeper/minesweeper.c

+ 1 - 1
minesweeper/minesweeper.c

@@ -33,7 +33,7 @@ static MineSweeperApp* app_alloc() {
 
 
     // Alloc View Dispatcher and enable queue
     // Alloc View Dispatcher and enable queue
     app->view_dispatcher = view_dispatcher_alloc();
     app->view_dispatcher = view_dispatcher_alloc();
-    view_dispatcher_enable_queue(app->view_dispatcher);
+    
     // Set View Dispatcher event callback context and callbacks
     // Set View Dispatcher event callback context and callbacks
     view_dispatcher_set_event_callback_context(app->view_dispatcher, app);
     view_dispatcher_set_event_callback_context(app->view_dispatcher, app);
     view_dispatcher_set_custom_event_callback(
     view_dispatcher_set_custom_event_callback(