fix camera updates

This commit is contained in:
griffi-gh 2023-02-12 21:50:24 +01:00
parent 125b870a8b
commit f3cdb841ea

View file

@ -120,8 +120,8 @@ fn update() -> Workload {
update_raycasts, update_raycasts,
block_placement_system, block_placement_system,
apply_queued_blocks, apply_queued_blocks,
compute_cameras,
).into_workload().run_if(is_ingame), ).into_workload().run_if(is_ingame),
compute_cameras,
update_gui, update_gui,
update_state, update_state,
).into_workload() ).into_workload()