This commit is contained in:
Llywelwyn 2023-07-24 04:32:56 +01:00
parent 0472c8a8bf
commit 1c435f8d60
3 changed files with 11 additions and 4 deletions

View file

@ -134,8 +134,8 @@ impl State {
let mut particle_system = particle_system::ParticleSpawnSystem {};
vis.run_now(&self.ecs);
mob.run_now(&self.ecs);
mapindex.run_now(&self.ecs);
mob.run_now(&self.ecs);
trigger_system.run_now(&self.ecs);
inventory_system.run_now(&self.ecs);
item_use_system.run_now(&self.ecs);