Ignore:
Timestamp:
07/20/15 13:59:34 (10 years ago)
Author:
epyon
Message:
  • renaming mesh_nodes_data members to more compliant
  • moved string_table to stl
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/formats/assimp_loader.cc

    r427 r428  
    305305                                if ( iname == names.end() )
    306306                                {
    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() );
    309309                                        result->push_back( bone );
    310310                                        names[ bone->get_name() ] = index;
Note: See TracChangeset for help on using the changeset viewer.