summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMarcel Admiraal <madmiraal@users.noreply.github.com>2020-12-21 10:26:41 +0000
committerMarcel Admiraal <madmiraal@users.noreply.github.com>2020-12-21 10:26:41 +0000
commit7b293eddfb618699c86b421bdac9fdaf8d5f00d3 (patch)
treeda795c058740eae1d238d7c066ce6dc7b3ec8e1a /modules
parentbccbd4be90baa8ad104f05310e7bbc3dbde33060 (diff)
Rename unselect to deselect
Diffstat (limited to 'modules')
-rw-r--r--modules/gridmap/grid_map_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gridmap/grid_map_editor_plugin.cpp b/modules/gridmap/grid_map_editor_plugin.cpp
index cda217acf0..1c1d4b35ea 100644
--- a/modules/gridmap/grid_map_editor_plugin.cpp
+++ b/modules/gridmap/grid_map_editor_plugin.cpp
@@ -724,7 +724,7 @@ bool GridMapEditor::forward_spatial_input_event(Camera3D *p_camera, const Ref<In
return true;
} else {
selected_palette = -1;
- mesh_library_palette->unselect_all();
+ mesh_library_palette->deselect_all();
update_palette();
_update_cursor_instance();
return true;