You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
fix nullptr dereference in AnimationTimelineEdit
This commit is contained in:
@@ -4299,6 +4299,8 @@ void AnimationTrackEditor::_update_tracks() {
|
||||
memdelete(track_vbox->get_child(0));
|
||||
}
|
||||
|
||||
timeline->set_track_edit(nullptr);
|
||||
|
||||
track_edits.clear();
|
||||
groups.clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user