diff --git a/Source/Editor/CustomEditors/Dedicated/SplineEditor.cs b/Source/Editor/CustomEditors/Dedicated/SplineEditor.cs index a844cdf05..8aa7b421a 100644 --- a/Source/Editor/CustomEditors/Dedicated/SplineEditor.cs +++ b/Source/Editor/CustomEditors/Dedicated/SplineEditor.cs @@ -343,7 +343,6 @@ namespace FlaxEditor.CustomEditors.Dedicated private void OnSplineEdited() { - SetSelectedTangentTypeAsCurrent(); SetEditButtonsColor(); SetEditButtonsEnabled(); }