Fix wrong default value of lm_sampledist in the readme

This commit is contained in:
nashmuhandes 2024-04-18 01:23:24 +08:00
parent ea222f8ec2
commit f0a1402ab1

View file

@ -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)