add comment to explain why moved component might be skipped
This commit is contained in:
parent
7048e01ceb
commit
0a30bf1283
@ -686,6 +686,7 @@ impl EntityCloner {
|
||||
})
|
||||
})
|
||||
else {
|
||||
// Component was removed by some other component's clone side effect before we got to it.
|
||||
continue;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user