Changeset 428 for trunk/src/formats/assimp_loader.cc
- Timestamp:
- 07/20/15 13:59:34 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/formats/assimp_loader.cc
r427 r428 305 305 if ( iname == names.end() ) 306 306 { 307 NV_ASSERT( result-> get_count() < MAX_BONES, "Too many bones to merge!" );308 uint16 index = uint16( result-> get_count() );307 NV_ASSERT( result->size() < MAX_BONES, "Too many bones to merge!" ); 308 uint16 index = uint16( result->size() ); 309 309 result->push_back( bone ); 310 310 names[ bone->get_name() ] = index;
Note: See TracChangeset
for help on using the changeset viewer.