From 21f05c464f8402222ada070a29d46fe2c62981b3 Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Sat, 7 May 2016 12:42:28 -0400 Subject: [PATCH] Fix tool buttons being unresponsive --- src/scenedit/scen.actions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scenedit/scen.actions.cpp b/src/scenedit/scen.actions.cpp index 617f74fd..65124087 100644 --- a/src/scenedit/scen.actions.cpp +++ b/src/scenedit/scen.actions.cpp @@ -1609,7 +1609,7 @@ void handle_action(location the_point,sf::Event /*event*/) { if(handle_terpal_action(cur_point, option_hit)) return; - cur_point2 = cur_point; + cur_point2 = the_point; cur_point2.x -= 5; cur_point2.y -= terrain_rects[255].bottom + 5; if(handle_toolpal_action(cur_point2))