Skip to content

Commit 3a4c633

Browse files
Fix comment note
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
1 parent f8787f8 commit 3a4c633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/query/iter.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ impl<'w, 's, Q: WorldQuery, F: WorldQuery, const K: usize> QueryCombinationIter<
327327
return None;
328328
}
329329

330-
// TODO: can speed up the following code using `cursor.remaining()` instead of `next_item.is_none()`
330+
// PERF: can speed up the following code using `cursor.remaining()` instead of `next_item.is_none()`
331331
// when Q::IS_ARCHETYPAL && F::IS_ARCHETYPAL
332332
//
333333
// let `i` be the index of `c`, the last cursor in `self.cursors` that

0 commit comments

Comments
 (0)