From 14880b854755b3b3a7f88462c88e6730b30a82ba Mon Sep 17 00:00:00 2001 From: bash Date: Fri, 8 May 2026 12:38:37 +0200 Subject: [PATCH] chore: Revert maxSimplificationError to 0.8 --- extract_ac_client_data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extract_ac_client_data.sh b/extract_ac_client_data.sh index 697f0270a..65de787a8 100644 --- a/extract_ac_client_data.sh +++ b/extract_ac_client_data.sh @@ -113,7 +113,7 @@ mmapsConfig: # 0.8 (vs the AC stock 1.8 and recast canonical 1.3) keeps polygon # edges close to real terrain. Targets "merged step into ramp" # simplification artifacts that produce corner-cuts and false NOPATH. - maxSimplificationError: 1.0 + maxSimplificationError: 0.8 # You can override any global parameter for a specific map by specifying its map ID. # Inside each map override, you can also override parameters per individual tile,