From 1d2c503b008601fb9a887be7c88fd2b50bb2d541 Mon Sep 17 00:00:00 2001 From: Patrick Exner Date: Tue, 14 Jan 2025 13:20:16 +0100 Subject: [PATCH] Fix regression from already disconnected emission shape changed signal --- scene/3d/gpu_particles_3d.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/scene/3d/gpu_particles_3d.cpp b/scene/3d/gpu_particles_3d.cpp index 17e1b7f93db..2b748e88b55 100644 --- a/scene/3d/gpu_particles_3d.cpp +++ b/scene/3d/gpu_particles_3d.cpp @@ -557,7 +557,6 @@ void GPUParticles3D::_notification(int p_what) { Ref material = get_process_material(); ERR_FAIL_COND(material.is_null()); - material->disconnect("emission_shape_changed", callable_mp((Node3D *)this, &GPUParticles3D::update_gizmos)); } break; case NOTIFICATION_SUSPENDED: