diff --git a/Source/Editor/CustomEditors/Editors/InputEditor.cs b/Source/Editor/CustomEditors/Editors/InputEditor.cs index 5a4905206..d3dc53611 100644 --- a/Source/Editor/CustomEditors/Editors/InputEditor.cs +++ b/Source/Editor/CustomEditors/Editors/InputEditor.cs @@ -38,7 +38,7 @@ namespace FlaxEditor.CustomEditors.Editors _comboBox.SelectedIndexChanged += OnSelectedIndexChanged; } - private void OnSetupContextMenu(PropertyNameLabel label, ContextMenu menu, CustomEditor linkededitor) + private void OnSetupContextMenu(PropertyNameLabel label, ContextMenu menu, CustomEditor linkedEditor) { var button = menu.AddButton("Set to null"); button.Clicked += () => _comboBox.SelectedItem = null; @@ -106,7 +106,7 @@ namespace FlaxEditor.CustomEditors.Editors _comboBox.SelectedIndexChanged += OnSelectedIndexChanged; } - private void OnSetupContextMenu(PropertyNameLabel label, ContextMenu menu, CustomEditor linkededitor) + private void OnSetupContextMenu(PropertyNameLabel label, ContextMenu menu, CustomEditor linkelinkedEditordeditor) { var button = menu.AddButton("Set to null"); button.Clicked += () => _comboBox.SelectedItem = null;