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