Till BUSCH:
"the [...] patch (for fg) increases the time before invisible geometry (i.e. geometry not inside the view frustrum) gets deleted. default was 10 seconds which i am increasing to 2 minutes."
This commit is contained in:
parent
5588acbd42
commit
a04d4cbed6
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ SceneryPager::SceneryPager()
|
||||||
{
|
{
|
||||||
_pagerRequests.reserve(48);
|
_pagerRequests.reserve(48);
|
||||||
_deleteRequests.reserve(16);
|
_deleteRequests.reserve(16);
|
||||||
|
setExpiryDelay(120.0);
|
||||||
}
|
}
|
||||||
|
|
||||||
SceneryPager::SceneryPager(const SceneryPager& rhs) :
|
SceneryPager::SceneryPager(const SceneryPager& rhs) :
|
||||||
|
|
Loading…
Add table
Reference in a new issue