X-Git-Url: https://git.r.bdr.sh/rbdr/pico-engine/blobdiff_plain/10a0e290ac07524dc129cc2b227b0f9e95df0f8e..f631762a97e1f2afa309bfbc39f83f4fb46b00ee:/LuaDebugger.cpp diff --git a/LuaDebugger.cpp b/LuaDebugger.cpp index 18f3909..5e363f1 100644 --- a/LuaDebugger.cpp +++ b/LuaDebugger.cpp @@ -64,7 +64,6 @@ static void LuaHook (lua_State *lua, lua_Debug *ar) LuaHookCall (lua); break; case LUA_HOOKRET: - case LUA_HOOKTAILRET: LuaHookRet (lua); break; case LUA_HOOKLINE: @@ -119,4 +118,4 @@ void CLuaDebugger::ErrorRun (int iErrorCode) // Get the error string that appears on top of stack when a function // fails to run printf ("Error: %s\n", lua_tostring ((lua_State *) m_vm, -1)); -} \ No newline at end of file +}