Skip to content
Snippets Groups Projects
Commit a27e971d authored by Nicholas Ewalt's avatar Nicholas Ewalt
Browse files

The last bugfix was a big fat phony

parent 698aa59b
No related branches found
Tags v1.0.4-beta
No related merge requests found
......@@ -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;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment