Skip to content

Commit

Permalink
Fix TextureFont
Browse files Browse the repository at this point in the history
  • Loading branch information
doyaGu committed Jul 4, 2024
1 parent 9e1cf5e commit 34c8f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TextureFont.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ TextureFont::TextureFont(FontManager *fm, CKContext *ctx, char *name) : m_FontCo
m_Properties = 0;
m_FontTexture = 0;
m_FirstCharacter = 0;
m_ParagraphIndentation = 0.0f;
m_ParagraphIndentation = Vx2DVector(0.0f);
m_SpacingProperties = 0;
m_CaretMaterial = nullptr;
m_CaretSize = 0.0f;
Expand Down

0 comments on commit 34c8f0a

Please sign in to comment.