From 9beb13e491f710d35b401b923c9b302f8d219b10 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 20 Oct 2022 22:39:14 +0200 Subject: rename --- main/editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/editor.cpp') diff --git a/main/editor.cpp b/main/editor.cpp index 4ee746fe..21a72aa0 100644 --- a/main/editor.cpp +++ b/main/editor.cpp @@ -132,7 +132,7 @@ editor::editor() { } -void editor::click_at_tile(const global_coords pos, int mouse_button) +void editor::maybe_place_tile(const global_coords pos, int mouse_button) { if (mouse_button == 0) { -- cgit v1.2.3