mirror of
https://github.com/godotengine/godot.git
synced 2025-01-22 10:32:54 -05:00
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
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue