Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeskydev committed Nov 30, 2023
1 parent 8090db6 commit c934a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/GUI/UIComponentDescription.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public void SetDescription(params string[] strings)
vBGScale.x = fTextWidth;
m_BG.localScale = vBGScale;
}

if (!m_SwitchCaps && m_RightCap)
{
m_RightCap.transform.localPosition = Vector3.right * fTextWidth;
Expand Down

0 comments on commit c934a09

Please sign in to comment.