Skip to content

Commit 1d2c503

Browse files
committed
Fix regression from already disconnected emission shape changed signal
1 parent 1ca03ad commit 1d2c503

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scene/3d/gpu_particles_3d.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,6 @@ void GPUParticles3D::_notification(int p_what) {
557557

558558
Ref<ParticleProcessMaterial> material = get_process_material();
559559
ERR_FAIL_COND(material.is_null());
560-
material->disconnect("emission_shape_changed", callable_mp((Node3D *)this, &GPUParticles3D::update_gizmos));
561560
} break;
562561

563562
case NOTIFICATION_SUSPENDED:

0 commit comments

Comments
 (0)