Changeset 183 for trunk/src


Ignore:
Timestamp:
07/30/13 05:29:32 (12 years ago)
Author:
epyon
Message:
  • lua - alternative way of specifing push/pop support
Location:
trunk/src
Files:
2 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 );
  • trunk/src/lua/lua_values.cc

    r182 r183  
    5252}
    5353
    54 void nv::lua::detail::push_value( lua_State *L, const passer& p )
    55 {
    56         p.push(L);
    57 }
    58 
    5954void nv::lua::detail::pop_value( lua_State *L, long& n )
    6055{
Note: See TracChangeset for help on using the changeset viewer.