make dropdown properly update after auto-search

This commit is contained in:
minenice55 2022-07-26 08:54:59 -04:00
parent d8f4a4bb70
commit 111531b07d
1 changed files with 2 additions and 2 deletions

View File

@ -53,9 +53,9 @@ namespace HeavenStudio.Editor
InputController lastController = PlayerInput.GetInputController(1);
isAutoSearching = false;
autoSearchLabel.SetActive(false);
controllersDropdown.value = PlayerInput.GetInputControllerId(1);
AssignController(controller, lastController);
controllersDropdown.value = PlayerInput.GetInputControllerId(1);
}
}
}