diff --git a/core/object.cpp b/core/object.cpp index 03a11b8ca3..039f556c87 100644 --- a/core/object.cpp +++ b/core/object.cpp @@ -1366,7 +1366,10 @@ Array Object::_get_incoming_connections() const { void Object::get_signal_list(List *p_signals) const { if (!script.is_null()) { - Ref