diff options
author | chai <chaifix@163.com> | 2021-11-05 09:39:41 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-05 09:39:41 +0800 |
commit | be9870f5c1ba4f6ae8cd9764f1a8ed56ee81ddd5 (patch) | |
tree | 941580ae1480584eed3c9c8c6bfb6ccec847fe65 /Runtime/GUI/UITextMesh.h | |
parent | 50dfa4050343a25a5a34816cc276ec6ec9cf33ce (diff) |
*misc
Diffstat (limited to 'Runtime/GUI/UITextMesh.h')
-rw-r--r-- | Runtime/GUI/UITextMesh.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Runtime/GUI/UITextMesh.h b/Runtime/GUI/UITextMesh.h index f09cce7..c298cb0 100644 --- a/Runtime/GUI/UITextMesh.h +++ b/Runtime/GUI/UITextMesh.h @@ -27,11 +27,8 @@ enum ETextAlignment { TextAlignment_Right, }; -typedef unsigned long long TextMeshHash; - namespace TextHelper { - TextMeshHash GetTextMeshHash(); } class UITextMesh @@ -44,6 +41,7 @@ public: void Draw(); private: + unsigned long long m_NotUniqueHash; Font* m_Font; std::unordered_map<int/*IndexOfAtlas*/, VertexBuffer*> m_VBOs; |