Reduce the maximum value of the building-density slider. At density 5, ~95% of the building placements are too close to another building.
This commit is contained in:
parent
3b995d5a48
commit
f80affa66b
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@
|
|||
<slider>
|
||||
<name>building-density</name>
|
||||
<min>0</min>
|
||||
<max>10.0</max>
|
||||
<max>5.0</max>
|
||||
<property>/sim/rendering/building-density</property>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
|
|
Loading…
Add table
Reference in a new issue