diff options
Diffstat (limited to 'scene/gui/control.h')
-rw-r--r-- | scene/gui/control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/control.h b/scene/gui/control.h index f9225a1c2b..64b5a9b661 100644 --- a/scene/gui/control.h +++ b/scene/gui/control.h @@ -55,7 +55,7 @@ public: ANCHOR_BEGIN, ANCHOR_END, ANCHOR_RATIO, - ANCHOR_CENTER, + ANCHOR_CENTER, }; enum FocusMode { |