Browse Source

Oops I missed a line, continuation to 0d41f8f.

Juan Linietsky 6 years ago
parent
commit
8f762aefcd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      editor/animation_track_editor.cpp

+ 1 - 0
editor/animation_track_editor.cpp

@@ -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));