Compare commits

..

2 commits

Author SHA1 Message Date
7be7c2959c Update Rust crate rusqlite to 0.34.0 2025-03-06 15:02:29 +00:00
2dddb4a5ea Fix ecs changes 2025-03-06 15:37:56 +01: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(());
}