Skip to content

Commit

Permalink
The last bugfix was a big fat phony
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotrian committed Jul 3, 2016
1 parent 698aa59 commit a27e971
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit a27e971

Please sign in to comment.