From 714d0c2ca00f30b62256cd673f6ac7198db44d40 Mon Sep 17 00:00:00 2001 From: Ruan Lucas <79365912+RuanLucasGD@users.noreply.github.com> Date: Mon, 24 Jul 2023 22:41:45 -0400 Subject: [PATCH] small fix --- Source/Editor/CustomEditors/Dedicated/SplineEditor.cs | 1 - 1 file changed, 1 deletion(-) 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(); }