Changeset 9567 for OpenSceneGraph/trunk/src/osgViewer/ViewerBase.cpp
- Timestamp:
- 01/28/09 11:06:15 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgViewer/ViewerBase.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgViewer/ViewerBase.cpp
r9554 r9567 654 654 osg::Stats* stats = view->getStats(); 655 655 osg::Node* sceneRoot = view->getSceneData(); 656 if (sceneRoot )656 if (sceneRoot && stats) 657 657 { 658 658 osgUtil::StatsVisitor statsVisitor;
