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 70ce6f1 commit 57719fcCopy full SHA for 57719fc
crates/bevy_ecs/src/query/access.rs
@@ -74,6 +74,7 @@ impl<T: SparseSetIndex + fmt::Debug> fmt::Debug for Access<T> {
74
.field("writes", &FormattedBitSet::<T>::new(&self.writes))
75
.field("reads_all", &self.reads_all)
76
.field("writes_all", &self.writes_all)
77
+ .field("archetypal", &FormattedBitSet::<T>::new(&self.archetypal))
78
.finish()
79
}
80
0 commit comments