Ignore:
Timestamp:
07/30/13 05:29:32 (12 years ago)
Author:
epyon
Message:
  • lua - alternative way of specifing push/pop support
File:
1 edited

Legend:

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

    r161 r183  
    105105                        if ( m_looping )
    106106                        {
    107                                 uint32 left = m_time - f_max;
     107                                uint32 left = m_time - static_cast< uint32 >( f_max );
    108108                                m_time = 0;
    109109                                update( left );
Note: See TracChangeset for help on using the changeset viewer.