Changeset 10701 for OpenSceneGraph/trunk/src/osgAnimation/StatsHandler.cpp
- Timestamp:
- 10/29/09 17:09:07 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgAnimation/StatsHandler.cpp
r10656 r10701 425 425 426 426 for (std::map<std::string, StatAction >::iterator it = _actions.begin(); it != _actions.end(); it++) { 427 //if ((*it).second.update()) 428 (*it).second._group->setNodeMask(~1); 427 (*it).second._group->setNodeMask(~osg::Node::NodeMask(1)); 429 428 } 430 429 … … 442 441 //_actions[name].touch(); 443 442 } 444 _actions[name]._group->setNodeMask(~0);443 _actions[name]._group->setNodeMask(~osg::Node::NodeMask(0x0)); 445 444 size[name] = 0; 446 445 pos.y() -= characterSize + graphSpacing;
