We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bd2724 + 97bb9b7 commit 9f03bbfCopy full SHA for 9f03bbf
1 file changed
modules/gridmap/editor/grid_map_editor_plugin.cpp
@@ -1880,6 +1880,7 @@ void GridMapEditorPlugin::set_selected_palette_item(int p_item) const {
1880
}
1881
if (p_item != grid_map_editor->selected_palette) {
1882
grid_map_editor->selected_palette = p_item;
1883
+ grid_map_editor->_update_cursor_instance();
1884
grid_map_editor->update_palette();
1885
1886
0 commit comments