You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user