From 90c5b2a1e2d2c254659c8791d46cb1bfbc311976 Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Fri, 27 Jan 2023 01:04:56 +0100 Subject: [PATCH] fix --- src/world/loading.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world/loading.rs b/src/world/loading.rs index 8c85d93..f7418a2 100644 --- a/src/world/loading.rs +++ b/src/world/loading.rs @@ -14,7 +14,7 @@ use super::{ }; //todo limit task starts insted -const MAX_CHUNK_RECV: usize = 8; +const MAX_CHUNK_OPS: usize = 8; pub fn update_loaded_world_around_player() -> Workload { (