Skip to content

Commit

Permalink
Merge pull request #70092 from bmolyneaux/patch-1
Browse files Browse the repository at this point in the history
Clear animation map when import settings is opened
  • Loading branch information
akien-mga committed Dec 15, 2022
2 parents 762c6d4 + 7c1cb65 commit fc9b6ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/import/scene_import_settings.cpp
Expand Up @@ -555,6 +555,7 @@ void SceneImportSettings::open_settings(const String &p_path, bool p_for_animati

material_set.clear();
mesh_set.clear();
animation_map.clear();
material_map.clear();
mesh_map.clear();
node_map.clear();
Expand Down

0 comments on commit fc9b6ef

Please sign in to comment.