- Timestamp:
- 07/30/13 05:29:32 (12 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gfx/keyframed_mesh.cc
r161 r183 105 105 if ( m_looping ) 106 106 { 107 uint32 left = m_time - f_max;107 uint32 left = m_time - static_cast< uint32 >( f_max ); 108 108 m_time = 0; 109 109 update( left ); -
trunk/src/lua/lua_values.cc
r182 r183 52 52 } 53 53 54 void nv::lua::detail::push_value( lua_State *L, const passer& p )55 {56 p.push(L);57 }58 59 54 void nv::lua::detail::pop_value( lua_State *L, long& n ) 60 55 {
Note: See TracChangeset
for help on using the changeset viewer.