From a27e971df588364e1816e17c446247f588895fdb Mon Sep 17 00:00:00 2001 From: Nicholas Ewalt Date: Sun, 3 Jul 2016 04:22:50 -0700 Subject: [PATCH] The last bugfix was a big fat phony --- .../HOTK/Example Content/UI Scripts/DropdownMatchFileOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }