aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/control.cpp
diff options
context:
space:
mode:
authorAren Villanueva2016-04-21 11:58:53 +1000
committerAren Villanueva2016-04-21 11:58:53 +1000
commitd75856146cccd9547eb41ce64bca95cd71f6fb66 (patch)
tree632a31a3552d217e3a6b8ab30c61c48e599082b6 /scene/gui/control.cpp
parentc0ec7e933ac6b6419e564b276b49c8d9a6d03f30 (diff)
downloadgodot-d75856146cccd9547eb41ce64bca95cd71f6fb66.tar.gz
godot-d75856146cccd9547eb41ce64bca95cd71f6fb66.tar.zst
godot-d75856146cccd9547eb41ce64bca95cd71f6fb66.zip
Diffstat (limited to 'scene/gui/control.cpp')
-rw-r--r--scene/gui/control.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/control.cpp b/scene/gui/control.cpp
index a30c05527..2912dcb3a 100644
--- a/scene/gui/control.cpp
+++ b/scene/gui/control.cpp
@@ -2310,7 +2310,7 @@ void Control::_bind_methods() {
BIND_CONSTANT( ANCHOR_BEGIN );
BIND_CONSTANT( ANCHOR_END );
BIND_CONSTANT( ANCHOR_RATIO );
- BIND_CONSTANT( ANCHOR_CENTER );
+ BIND_CONSTANT( ANCHOR_CENTER );
BIND_CONSTANT( FOCUS_NONE );
BIND_CONSTANT( FOCUS_CLICK );
BIND_CONSTANT( FOCUS_ALL );