1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-06 17:25:19 +00:00

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

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;