Procházet zdrojové kódy

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

Willy-JL před 1 rokem
rodič
revize
032820355c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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(