From be9870f5c1ba4f6ae8cd9764f1a8ed56ee81ddd5 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 5 Nov 2021 09:39:41 +0800 Subject: *misc --- Runtime/GUI/UITextMesh.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Runtime/GUI/UITextMesh.h') 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 m_VBOs; -- cgit v1.1-26-g67d0