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



commit 64cfcaaf5c226e51316d6d91d7f1ae5f369102d0
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 15abfef..7403a89 100644
--- a/src/game.vala
+++ b/src/game.vala
@@ -286,7 +286,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]