Disabled the pbuffer graphics thread.

This commit is contained in:
Robert Osfield
2005-08-28 19:07:09 +00:00
parent 48a9a395bb
commit b316dc30e8

View File

@@ -1332,7 +1332,7 @@ void CullVisitor::apply(osg::CameraNode& camera)
rtts->setGraphicsContext(context.get());
context->createGraphicsThread();
// context->createGraphicsThread();
context->realize();
}