From e1fc31f2566fc49807b6d64127ae972f8de5c7e0 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 14 Feb 2007 16:29:07 +0000 Subject: [PATCH] Renenabled the toggling on the CullPerCameraDrawPerContext threading model in the thread event handler. --- applications/osgviewer/osgviewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/osgviewer/osgviewer.cpp b/applications/osgviewer/osgviewer.cpp index 93c9c11e2..0d737f8ca 100644 --- a/applications/osgviewer/osgviewer.cpp +++ b/applications/osgviewer/osgviewer.cpp @@ -47,7 +47,7 @@ public: { if (ea.getKey()=='m') { -#if 1 +#if 0 switch(viewer->getThreadingModel()) { case(osgViewer::Viewer::SingleThreaded):