X-Git-Url: https://git.r.bdr.sh/rbdr/pico-engine/blobdiff_plain/95a80700dcde3e51cba8fdbb314b0804ba680b20..refs/heads/main:/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 +}