You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix name included in animation when saved from slice in scene importer
This commit is contained in:
@@ -2078,6 +2078,7 @@ void ResourceImporterScene::_create_slices(AnimationPlayer *ap, Ref<Animation> a
|
||||
}
|
||||
}
|
||||
|
||||
new_anim->set_name(name);
|
||||
new_anim->set_loop_mode(loop_mode);
|
||||
new_anim->set_length(to - from);
|
||||
new_anim->set_step(anim->get_step());
|
||||
|
||||
Reference in New Issue
Block a user