From 90a24a103f732d132f878f7e90544ec1fe0c13ad Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 25 May 2007 19:32:15 +0000 Subject: [PATCH] Comment out the setting of single threading. --- examples/osgsimulation/osgsimulation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/osgsimulation/osgsimulation.cpp b/examples/osgsimulation/osgsimulation.cpp index e3400e046..257910d8f 100644 --- a/examples/osgsimulation/osgsimulation.cpp +++ b/examples/osgsimulation/osgsimulation.cpp @@ -393,7 +393,7 @@ int main(int argc, char **argv) } - viewer.setThreadingModel(osgViewer::Viewer::SingleThreaded); + // viewer.setThreadingModel(osgViewer::Viewer::SingleThreaded); return viewer.run(); }