Make commit changes public
This commit is contained in:
parent
8a2196f6ee
commit
889983872c
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue