Clear cache after reimporting an ArrayMesh
This commit is contained in:
parent
1093c0ff51
commit
fdb6987eb4
1 changed files with 1 additions and 0 deletions
|
@ -1375,6 +1375,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