[swell-foop/arnaudb/wip/gtk4: 35/44] Small thing, to test.




commit d2d35570d40b6ed0f40f3c7979da1459ca4483f6
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sat May 23 18:36:08 2020 +0200

    Small thing, to test.

 src/game.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/game.vala b/src/game.vala
index b6821ec..56e22a3 100644
--- a/src/game.vala
+++ b/src/game.vala
@@ -307,7 +307,7 @@ private class Game : Object
             /* for each column, separate not-closed and closed tiles */
             for (uint8 y = 0; y < rows; y++)
             {
-                unowned Tile? tile = current_board [y, x];
+                Tile? tile = current_board [y, x];
 
                 if (tile == null)
                     break;


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