Commit a7f0bfb7 authored by Juan Linietsky's avatar Juan Linietsky Committed by Hein-Pieter van Braam-Stewart
Browse files

Oops I missed a line, continuation to 0d41f8fb.

(cherry picked from commit 8f762aef)
parent 5cc03473
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5040,6 +5040,7 @@ AnimationTrackEditor::AnimationTrackEditor() {
	snap_mode->add_item(TTR("FPS"));
	bottom_hb->add_child(snap_mode);
	snap_mode->connect("item_selected", this, "_snap_mode_changed");
	snap_mode->set_disabled(true);

	bottom_hb->add_child(memnew(VSeparator));