mirror of https://github.com/godotengine/godot
Merge pull request #101537 from paddy-exe/fix-emission-shape-signal-regression
Fix regression from already disconnected emission shape changed signal
This commit is contained in:
commit
ddd4527747
|
|
@ -557,7 +557,6 @@ void GPUParticles3D::_notification(int p_what) {
|
|||
|
||||
Ref<ParticleProcessMaterial> 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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue