Skip to content
Snippets Groups Projects
Commit 6eccc703 authored by ChaoLoveIceMDBoy's avatar ChaoLoveIceMDBoy
Browse files

I forgot to pop the error handler

parent 965d42f9
No related branches found
No related tags found
No related merge requests found
......@@ -1793,4 +1793,6 @@ void LUAh_GameQuit(void)
hookp->error = true;
}
}
}
\ No newline at end of file
lua_pop(gL, 1); // Pop error handler
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment