From bf7fc475e2c8d742fc6a41d5b1a6bea96698efac Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Sun, 12 Feb 2023 21:50:24 +0100 Subject: [PATCH] fix camera updates --- kubi/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubi/src/main.rs b/kubi/src/main.rs index 64de54c..4cdfce5 100644 --- a/kubi/src/main.rs +++ b/kubi/src/main.rs @@ -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()