Compare commits

..

1 commit

Author SHA1 Message Date
8c3631bf62 Update Rust crate rusqlite to 0.34.0 2025-03-05 18:02:35 +00:00

View file

@ -156,7 +156,7 @@ impl Scene {
let now = world.now();
if !particle_system.update(now) {
world.remove_entity(entity);
world.remove_entity(entity)?;
return Ok(());
}