From f0a1402ab1b5e09d7c22a6ea9065b859d813af64 Mon Sep 17 00:00:00 2001 From: nashmuhandes Date: Thu, 18 Apr 2024 01:23:24 +0800 Subject: [PATCH] Fix wrong default value of `lm_sampledist` in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 588e342..d944b31 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ thing // ZDRayInfo (ZDRay properties for the map) { type = 9890; lm_suncolor = <int> (default: 16777215, color value of the sun) - lm_sampledist = <int> (default: 16, map units each lightmap texel covers, must be in powers of two) + lm_sampledist = <int> (default: 8, map units each lightmap texel covers, must be in powers of two) } thing // Lightmap point light (Light color and distance properties use the same args as dynamic lights)