diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-05-16 15:31:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 15:31:11 +0200 |
commit | dc8c906b640e1fce2bd8832d56902be49c77d87d (patch) | |
tree | a6159c56e50b733db010280756f0cf69c7f1f640 /modules | |
parent | fa2b3269aec8b0c09f89f3a961200b505e3f798a (diff) | |
parent | 726614ff4b0018379ed8fe1ea0461ba9403b671b (diff) |
Merge pull request #58624 from dzil123/fix_update_gridmap_cursor
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gridmap/editor/grid_map_editor_plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gridmap/editor/grid_map_editor_plugin.cpp b/modules/gridmap/editor/grid_map_editor_plugin.cpp index 2f613768ee..4902adb827 100644 --- a/modules/gridmap/editor/grid_map_editor_plugin.cpp +++ b/modules/gridmap/editor/grid_map_editor_plugin.cpp @@ -930,6 +930,7 @@ void GridMapEditor::edit(GridMap *p_gridmap) { } update_palette(); + _update_cursor_instance(); set_process(true); |