소스 검색

fix gridmap cursor showing the wrong mesh

(cherry picked from commit 726614ff4b0018379ed8fe1ea0461ba9403b671b)
dzil123 3 년 전
부모
커밋
b0822d4054
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      modules/gridmap/grid_map_editor_plugin.cpp

+ 1 - 0
modules/gridmap/grid_map_editor_plugin.cpp

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