Skip to content

Commit

Permalink
Fix wrong default value of lm_sampledist in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nashmuhandes committed Apr 17, 2024
1 parent ea222f8 commit f0a1402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f0a1402

Please sign in to comment.