Changeset 10656 for OpenSceneGraph/trunk/src/osgAnimation/Animation.cpp
- Timestamp:
- 10/21/09 17:45:13 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgAnimation/Animation.cpp
r10556 r10656 134 134 } 135 135 136 // std::cout << "t " << t << " / " << _duration << std::endl;137 138 136 ChannelList::const_iterator chan; 139 137 for( chan=_channels.begin(); chan!=_channels.end(); ++chan)
