Ignore:
Timestamp:
01/31/17 14:09:44 (8 years ago)
Author:
epyon
Message:
  • lua fixes
  • ecs message_queue split
  • ecs message_cast as free function
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lua/lua_proxy.cc

    r540 r541  
    9696
    9797nv::lua::temporary_proxy::temporary_proxy( state* state )
    98         : stack_proxy( state, -1 )
     98        : stack_proxy( state, lua_gettop( *state ) )
    9999{
    100100
Note: See TracChangeset for help on using the changeset viewer.