You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Fix description and argument name in Control._has_point
This commit is contained in:
@@ -3392,7 +3392,7 @@ void Control::_bind_methods() {
|
||||
ADD_SIGNAL(MethodInfo("minimum_size_changed"));
|
||||
ADD_SIGNAL(MethodInfo("theme_changed"));
|
||||
|
||||
GDVIRTUAL_BIND(_has_point, "position");
|
||||
GDVIRTUAL_BIND(_has_point, "point");
|
||||
GDVIRTUAL_BIND(_structured_text_parser, "args", "text");
|
||||
GDVIRTUAL_BIND(_get_minimum_size);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user