Fixed wrong type for the sun color in the UDMF specs
This commit is contained in:
parent
bb347e1c69
commit
17286a6d19
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ Note: All <bool> fields default to false unless mentioned otherwise.
|
|||
floatbobphase = <int>; // Sets the thing's floatbobphase. Valid phase values are 0-63. Default = -1 (use actor class default).
|
||||
|
||||
lm_sampledist = <int>; // ZDRay lightmap sample distance for the entire map. Defines the map units each lightmap texel covers. Must be in powers of two. Default = 16
|
||||
lm_suncolor = <string>; // ZDRay lightmap sun color in hex. Default: "FFFFFF"
|
||||
lm_suncolor = <int>; // ZDRay lightmap sun color. Default: 16777215
|
||||
|
||||
* Note about arg0str
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue