Try to fix the Nasal error in Local Weather 1.4 by initializing ground-haze-factor in local-weather-default.xml
This commit is contained in:
parent
56afb80358
commit
151d45778e
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
<target-framerate type="double" userarchive="y">25.0</target-framerate>
|
||||
<large-scale-persistence type="double" userarchive="y">1.0</large-scale-persistence>
|
||||
<small-scale-persistence type="double" userarchive="y">0.0</small-scale-persistence>
|
||||
<ground-haze-factor type="double" userarchive="y">1.0</ground-haze-factor>
|
||||
</config>
|
||||
<tmp>
|
||||
<tile-management type="string" userarchive="y">realistic weather</tile-management>
|
||||
|
|
Loading…
Reference in a new issue