Merge pull request #18385 from flashyincceo/animation-save-bug

Fix AnimationPlayer edited scene bug
This commit is contained in:
Gilles Roudière 2018-04-24 11:37:32 +02:00 committed by GitHub
commit a096df5e45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3130,7 +3130,6 @@ void AnimationKeyEditor::set_animation(const Ref<Animation> &p_anim) {
timeline_pos = 0;
_clear_selection();
_update_paths();
_update_menu();
selected_track = -1;