Use light_ prefix for soft shadows
This commit is contained in:
parent
58ddcd4806
commit
4bb61bed97
2 changed files with 2 additions and 2 deletions
|
|
@ -792,7 +792,7 @@ public:
|
|||
th->friendlyseeblocks = CheckInt(key);
|
||||
break;
|
||||
|
||||
case NAME_SoftShadowRadius:
|
||||
case NAME_light_softshadowradius:
|
||||
th->SoftShadowRadius = (float)CheckFloat(key);
|
||||
break;
|
||||
|
||||
|
|
|
|||
|
|
@ -868,7 +868,7 @@ xx(lm_dynamic)
|
|||
xx(lm_suncolor)
|
||||
|
||||
// Light keywords
|
||||
xx(SoftShadowRadius)
|
||||
xx(light_softshadowradius)
|
||||
|
||||
xx(skew_bottom_type)
|
||||
xx(skew_middle_type)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue