Fix for 2261 max-paged-lod is missing userarchive
https://sourceforge.net/p/flightgear/codetickets/2261/
This commit is contained in:
parent
09dca7d3f0
commit
0b6f9b9ab8
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
</terrain>
|
||||
<!-- OSG default is 300, but this means we burn lots of memory on no-longer
|
||||
visible trees / random buildings -->
|
||||
<max-paged-lod type="int">200</max-paged-lod>
|
||||
<max-paged-lod type="int" userarchive="y">200</max-paged-lod>
|
||||
<als-secondary-lights>
|
||||
<use-searchlight type="bool">false</use-searchlight>
|
||||
<use-landing-light type="bool">false</use-landing-light>
|
||||
|
|
Loading…
Reference in a new issue