mirror of
https://github.com/ZDoom/ZDRay.git
synced 2024-11-21 19:50:54 +00:00
Fix wrong default value of lm_sampledist
in the readme
This commit is contained in:
parent
ea222f8ec2
commit
f0a1402ab1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue