mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
Remove more unused UDMF keywords for ZDRayInfo. Sun direction is now determined by the actor's angle and pitch
This commit is contained in:
parent
01876dfcec
commit
1919534298
2 changed files with 0 additions and 6 deletions
|
@ -755,9 +755,6 @@ public:
|
|||
|
||||
case NAME_lightintensity:
|
||||
case NAME_suncolor:
|
||||
case NAME_sundirx:
|
||||
case NAME_sundiry:
|
||||
case NAME_sundirz:
|
||||
case NAME_sampledistance:
|
||||
case NAME_bounces:
|
||||
case NAME_gridsize:
|
||||
|
|
|
@ -860,9 +860,6 @@ xx(lightcolorceiling)
|
|||
xx(lightintensityceiling)
|
||||
xx(lightdistanceceiling)
|
||||
xx(suncolor)
|
||||
xx(sundirx)
|
||||
xx(sundiry)
|
||||
xx(sundirz)
|
||||
xx(sampledistance)
|
||||
xx(bounces)
|
||||
xx(gridsize)
|
||||
|
|
Loading…
Reference in a new issue