Fix constraints on AddComponent TypeCompleter

This commit is contained in:
Sinai 2022-04-22 09:08:49 +10:00
parent bdda12a040
commit 9379e0f813

View File

@ -333,7 +333,7 @@ namespace UnityExplorer.Inspectors
addCompButton.OnClick += () => { OnAddComponentClicked(addCompInput.Text); };
// comp autocompleter
new TypeCompleter(typeof(Component), addCompInput);
new TypeCompleter(typeof(Component), addCompInput, false, false, false);
// Component List