Lua: Don't wedge VM if callback fails with exception
This commit is contained in:
parent
efc06d1f10
commit
d9a5332df9
1 changed files with 0 additions and 1 deletions
|
@ -186,7 +186,6 @@ namespace
|
||||||
}
|
}
|
||||||
} catch(std::exception& e) {
|
} catch(std::exception& e) {
|
||||||
messages << e.what() << std::endl;
|
messages << e.what() << std::endl;
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
lua_render_ctx = NULL;
|
lua_render_ctx = NULL;
|
||||||
if(lua_requests_repaint) {
|
if(lua_requests_repaint) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue