From e822dc36e34dc811a504406add4fc3f72aeaa173 Mon Sep 17 00:00:00 2001 From: nashmuhandes Date: Thu, 16 Jun 2022 00:31:10 +0800 Subject: [PATCH] Fix documentation for lm_suncolor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 614e5a6..95400c8 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Usage: zdray [options] sourcefile.wad thing // ZDRayInfo (ZDRay properties for the map) { type = 9890; - lm_suncolor = <string> (hex color, default: "FFFFFF") + lm_suncolor = <string> (default: "FFFFFF", hex color value of the sun) lm_sampledistance = <int> (default: 8, map units each lightmap texel covers, must be in powers of two) lm_gridsize = <float> (default: 32, grid density for the automatic light probes) }