summaryrefslogtreecommitdiff
path: root/Runtime/GUI/UITextMesh.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-11-04 13:49:05 +0800
committerchai <chaifix@163.com>2021-11-04 13:49:05 +0800
commitd7c051cecf0db9056e94d5e80146aa0b066e606b (patch)
treeda7a96046faa3323d1171d782164d3aae50ce322 /Runtime/GUI/UITextMesh.h
parentd24f17b88d901b779c81c7434995675eb2a17429 (diff)
*text alignment
Diffstat (limited to 'Runtime/GUI/UITextMesh.h')
-rw-r--r--Runtime/GUI/UITextMesh.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Runtime/GUI/UITextMesh.h b/Runtime/GUI/UITextMesh.h
index 487bccd..7778785 100644
--- a/Runtime/GUI/UITextMesh.h
+++ b/Runtime/GUI/UITextMesh.h
@@ -23,7 +23,6 @@ enum ETextAlignment {
TextAlignment_Left,
TextAlignment_Center,
TextAlignment_Right,
- TextAlignment_Auto,
};
typedef unsigned long long TextMeshHash;