mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-10 03:35:10 +00:00
make dropdown properly update after auto-search
This commit is contained in:
parent
8c40bae444
commit
c4d77c2254
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue