Fixed missinged intialization of the _threadsRunning variable.

This commit is contained in:
Robert Osfield
2007-07-09 10:12:37 +00:00
parent 7099068914
commit a4499b482b

View File

@@ -44,6 +44,7 @@ void CompositeViewer::constructorInit()
_keyEventSetsDone = osgGA::GUIEventAdapter::KEY_Escape;
_quitEventSetsDone = true;
_threadingModel = ThreadPerContext;
_threadsRunning = false;
_endBarrierPosition = AfterSwapBuffers;
_numThreadsOnBarrier = 0;
_startTick = 0;