Various updates to support the new GraphicsThread class.
This commit is contained in:
@@ -37,8 +37,8 @@ DatabasePager::DatabasePager()
|
||||
_useFrameBlock = false;
|
||||
_numFramesActive = 0;
|
||||
_frameNumber = 0;
|
||||
_frameBlock = new Block;
|
||||
_databasePagerThreadBlock = new Block;
|
||||
_frameBlock = new osg::Block;
|
||||
_databasePagerThreadBlock = new osg::Block;
|
||||
|
||||
_threadPriorityDuringFrame = THREAD_PRIORITY_MIN;
|
||||
_threadPriorityOutwithFrame = THREAD_PRIORITY_MIN;
|
||||
|
||||
Reference in New Issue
Block a user