We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a971993 commit 87030eaCopy full SHA for 87030ea
src/one.rs
@@ -16,6 +16,8 @@ pub struct ReadTraitFetch<'w, Trait: ?Sized> {
16
// After `Fetch::set_archetype` or `set_table` has been called,
17
// this will carry the component data and metadata for the first trait impl found in the archetype.
18
storage: ReadStorage<'w, Trait>,
19
+ last_change_tick: u32,
20
+ change_tick: u32,
21
}
22
23
enum ReadStorage<'w, Trait: ?Sized> {
0 commit comments