Ignore:
Timestamp:
09/17/15 17:19:14 (10 years ago)
Author:
epyon
Message:
  • animation time definition fixes
File:
1 edited

Legend:

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

    r454 r470  
    350350
    351351        uint16 frame_rate     = static_cast<uint16>( anim->mTicksPerSecond );
    352         float  duration       = static_cast<float>( anim->mDuration );
     352        int check_this;
     353        uint16 duration       = static_cast<uint16>( anim->mDuration );
    353354        bool   flat           = false;
    354355
Note: See TracChangeset for help on using the changeset viewer.