mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Clear cache after reimporting an ArrayMesh
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user