Explorar el Código

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

Willy-JL hace 1 año
padre
commit
032820355c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
     app->view_dispatcher = view_dispatcher_alloc();
-    view_dispatcher_enable_queue(app->view_dispatcher);
+    
     // Set View Dispatcher event callback context and callbacks
     view_dispatcher_set_event_callback_context(app->view_dispatcher, app);
     view_dispatcher_set_custom_event_callback(