Changeset 263 for trunk/src/lua/lua_state.cc
- Timestamp:
- 06/19/14 00:26:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lua/lua_state.cc
r262 r263 422 422 { 423 423 if ( object_index == ref_nil ) return; 424 stack_guard guard( this );425 424 lua_rawgeti( m_state, LUA_REGISTRYINDEX, object_index ); 426 425 lua_pushstring( m_state, metaname.c_str() );
Note: See TracChangeset
for help on using the changeset viewer.