diff options
| author | Ignacio Etcheverry | 2017-08-09 13:54:55 +0200 |
|---|---|---|
| committer | Ignacio Etcheverry | 2017-08-10 07:17:51 +0200 |
| commit | 78619a5866f44b057bc539e46a936f7580360800 (patch) | |
| tree | 5ed9bb7c0b4b10e3979f5ada26505e62ba465c4a /scene/gui/graph_node.cpp | |
| parent | b8420cda9c449160330ae30f1f89be7238502ee6 (diff) | |
| download | godot-78619a5866f44b057bc539e46a936f7580360800.tar.gz godot-78619a5866f44b057bc539e46a936f7580360800.tar.zst godot-78619a5866f44b057bc539e46a936f7580360800.zip | |
Diffstat (limited to 'scene/gui/graph_node.cpp')
| -rw-r--r-- | scene/gui/graph_node.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/graph_node.cpp b/scene/gui/graph_node.cpp index 4f07d21f4..b9062295b 100644 --- a/scene/gui/graph_node.cpp +++ b/scene/gui/graph_node.cpp @@ -664,7 +664,7 @@ void GraphNode::_bind_methods() { ClassDB::bind_method(D_METHOD("set_slot", "idx", "enable_left", "type_left", "color_left", "enable_right", "type_right", "color_right", "custom_left", "custom_right"), &GraphNode::set_slot, DEFVAL(Ref<Texture>()), DEFVAL(Ref<Texture>())); ClassDB::bind_method(D_METHOD("clear_slot", "idx"), &GraphNode::clear_slot); - ClassDB::bind_method(D_METHOD("clear_all_slots", "idx"), &GraphNode::clear_all_slots); + ClassDB::bind_method(D_METHOD("clear_all_slots"), &GraphNode::clear_all_slots); ClassDB::bind_method(D_METHOD("is_slot_enabled_left", "idx"), &GraphNode::is_slot_enabled_left); ClassDB::bind_method(D_METHOD("get_slot_type_left", "idx"), &GraphNode::get_slot_type_left); ClassDB::bind_method(D_METHOD("get_slot_color_left", "idx"), &GraphNode::get_slot_color_left); |
