One more try at the osg 2.5.1 pager fix
This commit is contained in:
parent
97d86e10f7
commit
5d5b1f3ca4
1 changed files with 4 additions and 4 deletions
|
@ -42,9 +42,9 @@ SceneryPager::~SceneryPager()
|
||||||
|
|
||||||
void SceneryPager::requestNodeFile(const std::string& fileName, Group* group,
|
void SceneryPager::requestNodeFile(const std::string& fileName, Group* group,
|
||||||
float priority,
|
float priority,
|
||||||
const FrameStamp* framestamp,
|
const FrameStamp* framestamp
|
||||||
#ifdef FGOSGPAGER25
|
#ifdef FGOSGPAGER25
|
||||||
ref_ptr<Referenced>& databaseRequest
|
, ref_ptr<Referenced>& databaseRequest
|
||||||
#endif
|
#endif
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
@ -56,9 +56,9 @@ void SceneryPager::requestNodeFile(const std::string& fileName, Group* group,
|
||||||
#endif
|
#endif
|
||||||
sgplod->getReaderWriterOptions());
|
sgplod->getReaderWriterOptions());
|
||||||
else
|
else
|
||||||
DatabasePager::requestNodeFile(fileName, group, priority, framestamp,
|
DatabasePager::requestNodeFile(fileName, group, priority, framestamp
|
||||||
#ifdef FGOSGPAGER25
|
#ifdef FGOSGPAGER25
|
||||||
databaseRequest
|
, databaseRequest
|
||||||
#endif
|
#endif
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue