Fixed missinged intialization of the _threadsRunning variable.
This commit is contained in:
@@ -44,6 +44,7 @@ void CompositeViewer::constructorInit()
|
||||
_keyEventSetsDone = osgGA::GUIEventAdapter::KEY_Escape;
|
||||
_quitEventSetsDone = true;
|
||||
_threadingModel = ThreadPerContext;
|
||||
_threadsRunning = false;
|
||||
_endBarrierPosition = AfterSwapBuffers;
|
||||
_numThreadsOnBarrier = 0;
|
||||
_startTick = 0;
|
||||
|
||||
Reference in New Issue
Block a user