diff options
Diffstat (limited to 'main/editor.cpp')
-rw-r--r-- | main/editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |