Ignore:
Timestamp:
07/31/14 02:32:59 (11 years ago)
Author:
epyon
Message:
  • gl_context - support for integration with wxWindows
  • wx.hh - simple wxWindows integration
  • mesh_creator - flip normals and merge operations added
  • fix in packed_indexed_array
  • various minor fixes
File:
1 edited

Legend:

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

    r290 r295  
    225225                skeletal_animation_entry_gpu * anim = (skeletal_animation_entry_gpu*)(a_anim);
    226226                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 );
    228228        }
    229229}
Note: See TracChangeset for help on using the changeset viewer.