Skip to content

Commit

Permalink
feat: expose Storage::desc
Browse files Browse the repository at this point in the history
  • Loading branch information
ten3roberts committed Oct 8, 2024
1 parent bbe16b3 commit c2b528a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/archetype/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ impl Storage {
}

#[inline]
pub(crate) fn desc(&self) -> ComponentDesc {
pub fn desc(&self) -> ComponentDesc {
self.desc
}
}
Expand Down

0 comments on commit c2b528a

Please sign in to comment.