"Very Low Density" missing from random-vegetation nasal script.
Courtesy of wkitty
This commit is contained in:
parent
ad10f5fbde
commit
09d99a2a6d
1 changed files with 1 additions and 1 deletions
|
@ -441,7 +441,7 @@
|
|||
setprop("/sim/rendering/vegetation-density", 0.1);
|
||||
}
|
||||
|
||||
if (val == "Low Density") {
|
||||
if (val == "Very Low Density") {
|
||||
setprop("/sim/rendering/random-vegetation", 1);
|
||||
setprop("/sim/rendering/vegetation-density", 0.25);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue