diff --git a/crates/bevy_ecs/src/entity/clone_entities.rs b/crates/bevy_ecs/src/entity/clone_entities.rs index ee2b30ba7f..3811c1c71d 100644 --- a/crates/bevy_ecs/src/entity/clone_entities.rs +++ b/crates/bevy_ecs/src/entity/clone_entities.rs @@ -686,6 +686,7 @@ impl EntityCloner { }) }) else { + // Component was removed by some other component's clone side effect before we got to it. continue; };