[gnome-2048/arnaudb/wip/gtk4: 26/57] Comment more stuff.




commit 6a02b7d645f04c0f425b4a2e3ed4437f88962b8b
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Tue Apr 28 09:04:19 2020 +0200

    Comment more stuff.

 src/game.vala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/game.vala b/src/game.vala
index 1595401..fce7232 100644
--- a/src/game.vala
+++ b/src/game.vala
@@ -245,8 +245,8 @@ private class Game : Object
                 RoundedRectangle rect = new RoundedRectangle (x, y, tile_width, tile_height);
 
 //                _view_background.add_child (rect.actor);
-                rect.canvas.invalidate ();
-                rect.actor.show ();
+//                rect.canvas.invalidate ();
+//                rect.actor.show ();
 
                 _background     [i, j] = rect;
                 _foreground_cur [i, j] = null;


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