You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix regression from already disconnected emission shape changed signal
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user