Changeset 470 for trunk/src/formats/assimp_loader.cc
- Timestamp:
- 09/17/15 17:19:14 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/formats/assimp_loader.cc
r454 r470 350 350 351 351 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 ); 353 354 bool flat = false; 354 355
Note: See TracChangeset
for help on using the changeset viewer.