[gnome-2048/arnaudb/wip/gtk4: 9/30] Comment something.



commit ced5e074b25210e5564d55de94201eab3d175e85
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Tue Apr 28 08:45:45 2020 +0200

    Comment something.

 src/game.vala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/game.vala b/src/game.vala
index a63e2f1..382e505 100644
--- a/src/game.vala
+++ b/src/game.vala
@@ -326,7 +326,7 @@ private class Game : Object
         _create_tile (tile);
         _to_show.add (tile);
         _show_tile (tile.pos);
-        _show_hide_trans.start ();
+//        _show_hide_trans.start ();
     }
 
     private void _create_tile (Tile tile)
@@ -480,7 +480,7 @@ private class Game : Object
         if (_to_show.size > 0)
         {
             _state = GameState.RESTORING_TILES;
-            _show_hide_trans.start ();
+//            _show_hide_trans.start ();
         }
     }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]