Skip to content

Commit

Permalink
revert code change
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeskydev committed Aug 30, 2023
1 parent 2600590 commit 0f3bbd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Assets/Scripts/Tutorials/HintObjectScript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ void Awake()
m_ActivateTimer = 0.0f;
CreateStemNodes();
UpdateScale(0.0f);

SetHintText(m_HintDescription.GetLocalizedString());
}

public void Activate(bool bActivate)
Expand Down

0 comments on commit 0f3bbd3

Please sign in to comment.