Skip to content

Commit

Permalink
Fixed HelpInfo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mogoson committed May 7, 2018
1 parent cd1bdfb commit 9cfd2aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Assets/MGS-CommonCode/UI/HelpInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ public class HelpInfo : MonoBehaviour
#region Private Method
private void OnGUI()
{
GUILayout.Space(left);
GUILayout.BeginHorizontal();
GUILayout.Space(top);
GUILayout.BeginHorizontal();
GUILayout.Space(left);
GUILayout.Label(info);
GUILayout.EndHorizontal();
}
Expand Down

0 comments on commit 9cfd2aa

Please sign in to comment.