diff options
| author | mat <git@matdoes.dev> | 2026-01-18 13:39:46 -0930 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-01-18 13:39:46 -0930 |
| commit | 1a3a027bf9c9e0c9c290fd309adbc2904cc78d84 (patch) | |
| tree | ea8e1b13713f07382b45880ea9b60bf5b65499ec /azalea/src/pathfinder/simulation.rs | |
| parent | 268c62587e090c72b67a29e1cc42cda6c9d7340b (diff) | |
| download | azalea-drasl-1a3a027bf9c9e0c9c290fd309adbc2904cc78d84.tar.xz | |
fix tests
Diffstat (limited to 'azalea/src/pathfinder/simulation.rs')
| -rw-r--r-- | azalea/src/pathfinder/simulation.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea/src/pathfinder/simulation.rs b/azalea/src/pathfinder/simulation.rs index a8f24480..2afbbfad 100644 --- a/azalea/src/pathfinder/simulation.rs +++ b/azalea/src/pathfinder/simulation.rs @@ -83,6 +83,8 @@ fn create_simulation_world(chunks: ChunkStorage) -> (App, Arc<RwLock<World>>) { schedule.set_executor_kind(bevy_ecs::schedule::ExecutorKind::SingleThreaded); }); + app.finish(); + (app, world) } |
