diff --git a/src/osgDB/DatabasePager.cpp b/src/osgDB/DatabasePager.cpp index 91f130c2c..2c05d402e 100644 --- a/src/osgDB/DatabasePager.cpp +++ b/src/osgDB/DatabasePager.cpp @@ -1744,7 +1744,7 @@ void DatabasePager::removeExpiredSubgraphs(const osg::FrameStamp& frameStamp) } else { - itr = _inactivePagedLODList.erase(itr); + itr = _activePagedLODList.erase(itr); OSG_NOTICE<<"DatabasePager::removeExpiredSubgraphs() _activePagedLOD has been invalidated, but ignored"<