diff options
author | chai <chaifix@163.com> | 2021-11-04 13:49:05 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-04 13:49:05 +0800 |
commit | d7c051cecf0db9056e94d5e80146aa0b066e606b (patch) | |
tree | da7a96046faa3323d1171d782164d3aae50ce322 /Runtime/GUI/UITextMesh.h | |
parent | d24f17b88d901b779c81c7434995675eb2a17429 (diff) |
*text alignment
Diffstat (limited to 'Runtime/GUI/UITextMesh.h')
-rw-r--r-- | Runtime/GUI/UITextMesh.h | 1 |
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; |