File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Packages/com.unity.inputsystem/InputSystem/Editor/ControlPicker Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ private void SetExpectedControlLayoutFromAttribute(SerializedProperty property)
217217 /// <summary>
218218 /// This property is only set from this class in order to communicate that we're showing the dropdown at the moment
219219 /// It's employed to skip auto-saving, because that complicates updating the internal SerializedProperties.
220- /// Unfortunately, we can't use IMGUIDropdownVisible from the setings provider because of the early-out logic in there.
220+ /// Unfortunately, we can't use IMGUIDropdownVisible from the setings provider because of the early-out logic in there.
221221 /// </summary>
222222 public static bool IsShowingDropdown { get ; private set ; }
223223 }
You can’t perform that action at this time.
0 commit comments