remove no longer needed flush
This commit is contained in:
parent
019c154d07
commit
58ee663ece
@ -540,9 +540,6 @@ impl EntityCloner {
|
||||
}
|
||||
}
|
||||
|
||||
world.flush();
|
||||
world.entity_mut(target);
|
||||
|
||||
for deferred in self.deferred_commands.drain(..) {
|
||||
(deferred)(world, mapper);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user