Removed single threaded setting

This commit is contained in:
Robert Osfield 2008-03-04 11:50:35 +00:00
parent a2e8d90194
commit a145975de1

View File

@ -173,10 +173,6 @@ int main( int argc, char **argv )
// construct the viewer.
osgViewer::Viewer viewer(arguments);
// quick hack to work around threading issue with osgFX::MultiTextureControl node's updating of
// its StateAttributes.
viewer.setThreadingModel(osgViewer::Viewer::SingleThreaded);
// load the nodes from the commandline arguments.
osg::Node* rootnode = osgDB::readNodeFiles(arguments);