Comment out the setting of single threading.
This commit is contained in:
@@ -393,7 +393,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
|
||||
|
||||
viewer.setThreadingModel(osgViewer::Viewer::SingleThreaded);
|
||||
// viewer.setThreadingModel(osgViewer::Viewer::SingleThreaded);
|
||||
|
||||
return viewer.run();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user