Skip to content

Commit 87030ea

Browse files
author
Brian Merchant
committed
Collapse one and singular_*
1 parent a971993 commit 87030ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/one.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ pub struct ReadTraitFetch<'w, Trait: ?Sized> {
1616
// After `Fetch::set_archetype` or `set_table` has been called,
1717
// this will carry the component data and metadata for the first trait impl found in the archetype.
1818
storage: ReadStorage<'w, Trait>,
19+
last_change_tick: u32,
20+
change_tick: u32,
1921
}
2022

2123
enum ReadStorage<'w, Trait: ?Sized> {

0 commit comments

Comments
 (0)