Ignore:
Timestamp:
09/21/15 19:13:26 (10 years ago)
Author:
epyon
Message:
  • full math library
  • GLM dependency removed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gfx/mesh_creator.cc

    r470 r471  
    1717        if ( m_data->m_flat ) return;
    1818        merge_keys();
    19         uint32 max_frames = 0;
     19        uint16 max_frames = 0;
    2020
    2121        nv::vector< sint16 > ids;
     
    6565                size_t count     = ( keys ? keys->get_channel_size(0) : 0 );
    6666                size_t pcount    = ( pkeys ? pkeys->get_channel_size(0) : 0 );
    67                 max_frames = nv::max<uint32>( count, max_frames );
     67                max_frames = nv::max<uint16>( uint16( count ), max_frames );
    6868                if ( pkeys && pkeys->size() > 0 && keys && keys->size() > 0 )
    6969                {
Note: See TracChangeset for help on using the changeset viewer.