瀏覽代碼

fix gridmap cursor showing the wrong mesh

dzil123 3 年之前
父節點
當前提交
726614ff4b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      modules/gridmap/editor/grid_map_editor_plugin.cpp

+ 1 - 0
modules/gridmap/editor/grid_map_editor_plugin.cpp

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