tweaks
This commit is contained in:
parent
0472c8a8bf
commit
1c435f8d60
3 changed files with 11 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue