You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 19:11:41 +00: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