I forgot to pop the error handler

This commit is contained in:
Zachary McAlpin 2020-06-12 07:50:57 -05:00
parent 965d42f974
commit 6eccc7030d

View file

@ -1793,4 +1793,6 @@ void LUAh_GameQuit(void)
hookp->error = true;
}
}
}
lua_pop(gL, 1); // Pop error handler
}