From Paul Martz, speeling fixes for Tessellator/Tessellation.

This commit is contained in:
Robert Osfield
2007-01-08 21:29:49 +00:00
parent 2bf5f56311
commit 462803fd57
24 changed files with 158 additions and 129 deletions

View File

@@ -702,15 +702,11 @@ void Viewer::eventTraversal()
{
case(osgGA::GUIEventAdapter::CLOSE_WINDOW):
{
stopThreading();
// stopThreading();
gw->close();
// setThreadingModel(ThreadPerCamera);
setThreadingModel(SingleThreaded);
startThreading();
// startThreading();
break;
}