cleanup
This commit is contained in:
@@ -93,9 +93,9 @@ namespace LuaHelpers
|
|||||||
template<class T>
|
template<class T>
|
||||||
bool Pop( T &val, lua_State *L )
|
bool Pop( T &val, lua_State *L )
|
||||||
{
|
{
|
||||||
bool bRet = LuaHelpers::FromStack( val, -1, L );
|
bool bRet = LuaHelpers::FromStack( val, -1, L );
|
||||||
lua_pop( L, 1 );
|
lua_pop( L, 1 );
|
||||||
return bRet;
|
return bRet;
|
||||||
}
|
}
|
||||||
|
|
||||||
template<class T>
|
template<class T>
|
||||||
|
|||||||
Reference in New Issue
Block a user