diff options
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; |