ensure script-added dropdown items appear correctly (fixes issue #20)

Fix by @fvangeirt https://bitbucket.org/ddreaper/unity-ui-extensions/issues/20
pull/413/head
Chris Charabaruk 2015-08-21 22:58:31 -04:00
parent 78c410766a
commit 72914a4791
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ namespace UnityEngine.UI.Extensions
} }
} }
public void Awake() public void Start()
{ {
Initialize(); Initialize();
} }