- Timestamp:
- 03/13/09 12:06:12 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osganimationmorph/osganimationmorph.cpp
r9877 r9928 38 38 if (_geom.valid()) 39 39 return; 40 for ( int i = 0; i < geode.getNumDrawables(); i++)40 for (unsigned int i = 0; i < geode.getNumDrawables(); i++) 41 41 { 42 42 osg::Geometry* geom = dynamic_cast<osg::Geometry*>(geode.getDrawable(i));
