[swell-foop] Fixed build problem



commit 5e6717d3906cec5d0184e628fbac6aacba6d9670
Author: Robert Roth <robert roth off gmail com>
Date:   Sun Jan 18 10:44:42 2015 +0200

    Fixed build problem

 src/game-view.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/game-view.vala b/src/game-view.vala
index b605c84..8035160 100644
--- a/src/game-view.vala
+++ b/src/game-view.vala
@@ -277,7 +277,7 @@ public class GameView : Clutter.Group
         opacity_for_connected_tiles (highlighted, 180);
         cursor_x += x;
         cursor_y += y;
-        highlighted = find_tile (cursor_x, cursor_y);
+        highlighted = find_tile_at_position (cursor_x, cursor_y);
 
         if (highlighted != null)
             opacity_for_connected_tiles (highlighted, 255);


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