diff --git a/core/object.cpp b/core/object.cpp index 58ac5c93b4..1c5f11d4da 100644 --- a/core/object.cpp +++ b/core/object.cpp @@ -1330,7 +1330,10 @@ Array Object::_get_incoming_connections() const { void Object::get_signal_list(List *p_signals) const { if (!script.is_null()) { - Ref