mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-14 03:18:41 -06:00
fix camera updates
This commit is contained in:
parent
125b870a8b
commit
f3cdb841ea
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue