fix gridmap cursor showing the wrong mesh

(cherry picked from commit 726614ff4b)
This commit is contained in:
dzil123 2022-04-02 01:53:36 -07:00 committed by Rémi Verschelde
parent ff52becb47
commit ddd392a93f

View file

@ -938,6 +938,7 @@ void GridMapEditor::edit(GridMap *p_gridmap) {
}
update_palette();
_update_cursor_instance();
set_process(true);