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/skeletal_mesh.cc

    r470 r471  
    4848{
    4949        float  fframe   = ( a_ms_time * 0.001f ) * m_fps;
    50         uint32 frame    = math::floor( fframe );
     50        uint32 frame    = uint32( math::floor( fframe ) );
    5151        float  reminder = fframe - static_cast<float>( frame );
    5252        uint32 duration = get_frame_count();
Note: See TracChangeset for help on using the changeset viewer.