summaryrefslogtreecommitdiff
path: root/Runtime/GUI/TextMeshGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Runtime/GUI/TextMeshGenerator.h')
-rw-r--r--Runtime/GUI/TextMeshGenerator.h4
1 files changed, 2 insertions, 2 deletions
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<TextMeshGenerator>
{
public:
- TextMesh* GetTextMesh(const UnicodeString& str);
+ UITextMesh* GetTextMesh(const UnicodeString& str);
private: