fix compile
This commit is contained in:
@@ -68,7 +68,7 @@ bool LuaReference::IsSet() const
|
|||||||
|
|
||||||
int LuaReference::GetLuaType() const
|
int LuaReference::GetLuaType() const
|
||||||
{
|
{
|
||||||
this->PushSelf();
|
this->PushSelf( LUA->L );
|
||||||
int iRet = lua_type( LUA->L, -1 );
|
int iRet = lua_type( LUA->L, -1 );
|
||||||
lua_pop( LUA->L, 1 );
|
lua_pop( LUA->L, 1 );
|
||||||
return iRet;
|
return iRet;
|
||||||
|
|||||||
Reference in New Issue
Block a user