diff --git a/Assets/HOTK/Example Content/UI Scripts/DropdownMatchFileOptions.cs b/Assets/HOTK/Example Content/UI Scripts/DropdownMatchFileOptions.cs index 456229e..897ae61 100644 --- a/Assets/HOTK/Example Content/UI Scripts/DropdownMatchFileOptions.cs +++ b/Assets/HOTK/Example Content/UI Scripts/DropdownMatchFileOptions.cs @@ -30,7 +30,7 @@ public void OnEnable() { if (Dropdown.options[i].text != "gui-sound-effects-004.wav") continue; Dropdown.value = i; - if (i == 0) _firstLoad = false; + if (i == 0) SetDropdownState(""); break; } }