diff options
| author | Juan Linietsky | 2017-08-29 20:11:07 -0300 |
|---|---|---|
| committer | GitHub | 2017-08-29 20:11:07 -0300 |
| commit | 9c3bddfac2d80b0e52b94eeace58dbfd249459e7 (patch) | |
| tree | 574b87e5335c05699f98fde13d2f8812a7325a73 /scene/gui/control.cpp | |
| parent | 1564a146b3ce8140a039eefbfcdaf8a2b8dc728b (diff) | |
| parent | 8bd92a96a40b6d680c2e416f86fae30757766bf3 (diff) | |
| download | godot-9c3bddfac2d80b0e52b94eeace58dbfd249459e7.tar.gz godot-9c3bddfac2d80b0e52b94eeace58dbfd249459e7.tar.zst godot-9c3bddfac2d80b0e52b94eeace58dbfd249459e7.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 e2da5e498..961fccc80 100644 --- a/scene/gui/control.cpp +++ b/scene/gui/control.cpp @@ -2703,7 +2703,7 @@ void Control::_bind_methods() { ADD_SIGNAL(MethodInfo("minimum_size_changed")); ADD_SIGNAL(MethodInfo("modal_closed")); - BIND_VMETHOD(MethodInfo("has_point:bool", PropertyInfo(Variant::VECTOR2, "point"))); + BIND_VMETHOD(MethodInfo(Variant::BOOL, "has_point", PropertyInfo(Variant::VECTOR2, "point"))); } Control::Control() { |
