diff options
| author | Ignacio Etcheverry | 2017-08-09 13:19:08 +0200 |
|---|---|---|
| committer | Ignacio Etcheverry | 2017-08-10 07:17:50 +0200 |
| commit | 1e74f27f8fe962f51e6b1786f861c89863492745 (patch) | |
| tree | 816bfc86a8b8c4db7b882dab891da7cbd604f2b9 /scene/gui/control.cpp | |
| parent | 46fdf163991f6f6893e00b301267c6ef2380008e (diff) | |
| download | godot-1e74f27f8fe962f51e6b1786f861c89863492745.tar.gz godot-1e74f27f8fe962f51e6b1786f861c89863492745.tar.zst godot-1e74f27f8fe962f51e6b1786f861c89863492745.zip | |
Diffstat (limited to 'scene/gui/control.cpp')
| -rw-r--r-- | scene/gui/control.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/control.cpp b/scene/gui/control.cpp index 339b4e079..b2747720d 100644 --- a/scene/gui/control.cpp +++ b/scene/gui/control.cpp @@ -2597,7 +2597,7 @@ void Control::_bind_methods() { ADD_SIGNAL(MethodInfo("minimum_size_changed")); ADD_SIGNAL(MethodInfo("modal_closed")); - BIND_VMETHOD(MethodInfo("has_point", PropertyInfo(Variant::VECTOR2, "point"))); + BIND_VMETHOD(MethodInfo("has_point:bool", PropertyInfo(Variant::VECTOR2, "point"))); } Control::Control() { |
