Changeset 10079 for OpenSceneGraph/trunk/src/osgPlugins/ply/vertexData.cpp
- Timestamp:
- 04/22/09 18:42:16 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ply/vertexData.cpp
r10040 r10079 10 10 11 11 #include "typedefs.h" 12 13 12 #include "vertexData.h" 14 13 #include "ply.h" 14 15 15 #include <cstdlib> 16 16 #include <algorithm> … … 250 250 // Check all color elements read or not 251 251 if( hasColors && !ignoreColors ) 252 { 252 253 MESHASSERT( _colors->size() == static_cast< size_t >( nElems ) ); 254 } 253 255 } 254 256 catch( exception& e )
