Skip to content

Commit

Permalink
Doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZagButNoZig committed May 27, 2024
1 parent 2eb0977 commit 082a690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/world.rs
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ impl World {
self.entities_meta().iter().map(|m| m.generation.get()).collect()
}

/// Set a custom list of generations
/// Set a custom generations and freelist
pub fn push_entity_states(&mut self, generations: &[u32], freelist: Freelist) -> Result<(), PendingPushError>{
self.entities.push_generations(generations);
self.entities.push_freelist(freelist)
Expand Down

0 comments on commit 082a690

Please sign in to comment.