1
0
Fork 0

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:
Stuart Buchanan 2012-04-28 20:03:55 +01:00
parent 3b995d5a48
commit f80affa66b

View file

@ -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>