improve text node
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user