1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-16 14:00:40 +00:00

fix gridmap cursor showing the wrong mesh

This commit is contained in:
dzil123
2022-04-02 01:53:36 -07:00
parent 7bb963efe9
commit 726614ff4b

View File

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