diff --git a/Assets/Scripts/GUI/UIComponentDescription.cs b/Assets/Scripts/GUI/UIComponentDescription.cs index 5df478f222..aca453b521 100644 --- a/Assets/Scripts/GUI/UIComponentDescription.cs +++ b/Assets/Scripts/GUI/UIComponentDescription.cs @@ -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;