1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Rename unselect to deselect

This commit is contained in:
Marcel Admiraal
2020-12-21 10:26:41 +00:00
parent bccbd4be90
commit 7b293eddfb
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;