From c10e0d92f46e5eaf25a69e1fafe5f4dbd8eaab9d Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 3 Nov 2021 09:52:26 +0800 Subject: *misc --- Runtime/GUI/TextMeshGenerator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Runtime/GUI/TextMeshGenerator.h') diff --git a/Runtime/GUI/TextMeshGenerator.h b/Runtime/GUI/TextMeshGenerator.h index baeaf16..94bcaa2 100644 --- a/Runtime/GUI/TextMeshGenerator.h +++ b/Runtime/GUI/TextMeshGenerator.h @@ -1,6 +1,6 @@ #pragma once -#include "TextMesh.h" +#include "UITextMesh.h" #include "Runtime/Utilities/IIncrementalTask.h" #include "Font.h" @@ -24,7 +24,7 @@ public: class TextMeshGenerator : public Singleton { public: - TextMesh* GetTextMesh(const UnicodeString& str); + UITextMesh* GetTextMesh(const UnicodeString& str); private: -- cgit v1.1-26-g67d0