remove no longer needed flush

This commit is contained in:
Elliott Pierce 2025-05-31 12:46:03 -04:00
parent 019c154d07
commit 58ee663ece

View File

@ -540,9 +540,6 @@ impl EntityCloner {
}
}
world.flush();
world.entity_mut(target);
for deferred in self.deferred_commands.drain(..) {
(deferred)(world, mapper);
}