mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 16:33:30 +00:00
add undeclared function params of VisualScriptEditor::_selected_method , Fixes #23475
This commit is contained in:
parent
894163a945
commit
dced53b4d9
2 changed files with 2 additions and 2 deletions
|
@ -1923,7 +1923,7 @@ void VisualScriptEditor::drop_data_fw(const Point2 &p_point, const Variant &p_da
|
|||
}
|
||||
}
|
||||
|
||||
void VisualScriptEditor::_selected_method(const String &p_method, const String &p_type) {
|
||||
void VisualScriptEditor::_selected_method(const String &p_method, const String &p_type, const bool p_connecting) {
|
||||
|
||||
Ref<VisualScriptFunctionCall> vsfc = script->get_node(edited_func, selecting_method_id);
|
||||
if (!vsfc.is_valid())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue