Renenabled the toggling on the CullPerCameraDrawPerContext threading model in the thread event handler.

This commit is contained in:
Robert Osfield 2007-02-14 16:29:07 +00:00
parent 810e7291fc
commit e1fc31f256

View File

@ -47,7 +47,7 @@ public:
{
if (ea.getKey()=='m')
{
#if 1
#if 0
switch(viewer->getThreadingModel())
{
case(osgViewer::Viewer::SingleThreaded):