Skip to content

Commit

Permalink
Fixed UUI bug on loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Quboid committed Feb 17, 2022
1 parent e331ec0 commit 7f4a259
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Picker/Tool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ protected override void Awake()
enabled = false;

m_button = UIView.GetAView().AddUIComponent(typeof(UIPickerButton)) as UIPickerButton;
if (useUUI)
{
EnableUUI();
}

PropLayer.Initialise();
}
Expand Down

0 comments on commit 7f4a259

Please sign in to comment.