improve text node

This commit is contained in:
2019-11-28 21:01:17 +01:00
parent 41579fa3c6
commit c6173987af
4 changed files with 19 additions and 18 deletions

View File

@@ -23,7 +23,7 @@ public:
bool m_multiline = false;
bool m_cursor_visible = false;
glm::vec2 m_off;
glm::vec2 m_off = { 0, 0 };
TextAlign m_text_align_v = TextAlign::Center;
TextAlign m_text_align_h = TextAlign::Begin;