Skip to content

Commit

Permalink
Fix font size not applying to console
Browse files Browse the repository at this point in the history
Closes #126.
  • Loading branch information
fifty-six committed Jul 27, 2022
1 parent c2a1801 commit c2b0ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assembly-CSharp/Console.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void Start()
(
background,
string.Join(string.Empty, _messages.ToArray()),
12,
_fontSize,
TextAnchor.LowerLeft,
new CanvasUtil.RectData(new Vector2(-5, -5), Vector2.zero, Vector2.zero, Vector2.one),
_font
Expand Down

0 comments on commit c2b0ad9

Please sign in to comment.