Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
macabrett committed Jan 30, 2023
1 parent 582e6fe commit 0ce08ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/Rendering/TextLine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ public class TextLine : RenderableEntity {
private float _characterHeight;
private float _characterWidth;
private Color _color = Color.White;
private string _text = string.Empty;
private int _kerning;
private string _text = string.Empty;

/// <summary>
/// Initializes a new instance of the <see cref="TextLine" /> class.
Expand Down

0 comments on commit 0ce08ae

Please sign in to comment.