Changeset 9354 for OpenSceneGraph/trunk/src/osg/StateAttribute.cpp
- Timestamp:
- 12/15/08 17:46:13 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osg/StateAttribute.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osg/StateAttribute.cpp
r9023 r9354 28 28 void StateAttribute::addParent(osg::StateSet* object) 29 29 { 30 osg::notify(osg:: INFO)<<"Adding parent"<<getRefMutex()<<std::endl;30 osg::notify(osg::DEBUG_FP)<<"Adding parent"<<getRefMutex()<<std::endl; 31 31 OpenThreads::ScopedPointerLock<OpenThreads::Mutex> lock(getRefMutex()); 32 32
