add comment to explain why moved component might be skipped

This commit is contained in:
eugineerd 2025-07-09 19:55:40 +00:00
parent 7048e01ceb
commit 0a30bf1283

View File

@ -686,6 +686,7 @@ impl EntityCloner {
})
})
else {
// Component was removed by some other component's clone side effect before we got to it.
continue;
};