Merge pull request #44569 from madmiraal/rename-unselect-deselect

Rename unselect to deselect
This commit is contained in:
Rémi Verschelde 2020-12-28 14:53:43 +01:00 committed by GitHub
commit feb4e5ed2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 36 additions and 36 deletions

View file

@ -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;