- Timestamp:
- 03/09/11 11:35:00 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgQtBrowser/osgQtBrowser.cpp
r11147 r12212 87 87 osg::ArgumentParser arguments(&argc,argv); 88 88 89 bool useFrameLoopThread = true;89 bool useFrameLoopThread = false; 90 90 if (arguments.read("--no-frame-thread")) useFrameLoopThread = false; 91 if (arguments.read("--frame-thread")) useFrameLoopThread = true; 91 92 92 93 osg::ref_ptr<osgQt::QWebViewImage> image = new osgQt::QWebViewImage;
