Make commit changes public

This commit is contained in:
hodasemi 2025-03-06 11:46:56 +01:00
parent 8a2196f6ee
commit 889983872c

View file

@ -337,7 +337,7 @@ impl World {
Ok(()) Ok(())
} }
fn commit_entity_changes(&mut self) -> Result<()> { pub fn commit_entity_changes(&mut self) -> Result<()> {
if !self.entities_to_remove.is_empty() { if !self.entities_to_remove.is_empty() {
println!("entities to remove {}", self.entities_to_remove.len()); println!("entities to remove {}", self.entities_to_remove.len());
} }