summaryrefslogtreecommitdiff
path: root/tool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tool.cpp')
-rw-r--r--tool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool.cpp b/tool.cpp
index 83353b4..fc19b28 100644
--- a/tool.cpp
+++ b/tool.cpp
@@ -30,7 +30,7 @@ bool RaiseTool::handle_event(SDL_Event& event, Vector3& selected) {
return true;
case SDL_BUTTON_WHEELDOWN:
tree->raise(selected.x, selected.z, wnd->get_radius(), wnd->get_focus(),
- -wnd->get_strength());
+ wnd->get_strength(), false);
return true;
}
}