fix camera updates

This commit is contained in:
griffi-gh 2023-02-12 21:50:24 +01:00
parent eabddf3019
commit bf7fc475e2

View file

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