diff --git a/core/object.cpp b/core/object.cpp index 8b693f039c0..3aff567a752 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