Ignore:
Timestamp:
09/17/14 14:58:46 (11 years ago)
Author:
epyon
Message:
  • NV_LUA_STACKASSERT -> NV_LUA_STACK_ASSERT
  • asserts for lua_handle
  • bugfix in gl_context that prevented framebuffer release
File:
1 edited

Legend:

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

    r334 r335  
    403403static int luaopen_area( lua_State * L )
    404404{
    405         NV_LUA_STACKASSERT( L, 0 );
     405        NV_LUA_STACK_ASSERT( L, 1 );
    406406        static const struct luaL_Reg nlua_area_sf [] = {
    407407                { "new",            nlua_area_new },
Note: See TracChangeset for help on using the changeset viewer.