[gnome-2048/arnaudb/wip/gtk4: 18/36] Comment more stuff.



commit 0714451a93a7618d821e13e1300bf0cf13593970
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 2f161d9..e405256 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]