Merge pull request #21908 from JFonS/fix_18014
Clear cache after reimporting an ArrayMesh
This commit is contained in:
commit
6be11846b4
1 changed files with 1 additions and 0 deletions
|
@ -1378,6 +1378,7 @@ void ArrayMesh::reload_from_file() {
|
|||
VisualServer::get_singleton()->mesh_clear(mesh);
|
||||
surfaces.clear();
|
||||
clear_blend_shapes();
|
||||
clear_cache();
|
||||
|
||||
Resource::reload_from_file();
|
||||
|
||||
|
|
Loading…
Reference in a new issue