diff options
author | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2020-12-21 10:26:41 +0000 |
---|---|---|
committer | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2020-12-21 10:26:41 +0000 |
commit | 7b293eddfb618699c86b421bdac9fdaf8d5f00d3 (patch) | |
tree | da795c058740eae1d238d7c066ce6dc7b3ec8e1a /modules | |
parent | bccbd4be90baa8ad104f05310e7bbc3dbde33060 (diff) |
Rename unselect to deselect
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gridmap/grid_map_editor_plugin.cpp | 2 |
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; |