Changeset 541 for trunk/src/lua/lua_proxy.cc
- Timestamp:
- 01/31/17 14:09:44 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lua/lua_proxy.cc
r540 r541 96 96 97 97 nv::lua::temporary_proxy::temporary_proxy( state* state ) 98 : stack_proxy( state, -1)98 : stack_proxy( state, lua_gettop( *state ) ) 99 99 { 100 100
Note: See TracChangeset
for help on using the changeset viewer.