diff options
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; |