From 476f6a67d4e8e0d7af066b4f94bcce53aa4ea54e Mon Sep 17 00:00:00 2001 From: Jeroen Gardeyn Date: Sun, 23 Feb 2025 21:02:10 +0100 Subject: [PATCH] small docs change --- jagua-rs/src/util/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jagua-rs/src/util/config.rs b/jagua-rs/src/util/config.rs index 375012c..f83d009 100644 --- a/jagua-rs/src/util/config.rs +++ b/jagua-rs/src/util/config.rs @@ -7,7 +7,7 @@ use crate::fsize; pub struct CDEConfig { ///Maximum depth of the quadtree pub quadtree_depth: u8, - ///Target number of cells in the Hazard Proximity Grid + ///Target number of cells in the Hazard Proximity Grid (set to 0 to disable) pub hpg_n_cells: usize, ///Configuration of the surrogate generation for items pub item_surrogate_config: SPSurrogateConfig,