Changeset 295 for trunk/src/gfx/skeletal_mesh.cc
- Timestamp:
- 07/31/14 02:32:59 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gfx/skeletal_mesh.cc
r290 r295 225 225 skeletal_animation_entry_gpu * anim = (skeletal_animation_entry_gpu*)(a_anim); 226 226 anim->prepare( m_bone_data ); 227 update_animation( a_anim, uint32( anim->get_start() * 1000.f * anim->get_frame_rate() * 1000 ));227 update_animation( a_anim, 0 ); 228 228 } 229 229 }
Note: See TracChangeset
for help on using the changeset viewer.