Lua: Don't wedge VM if callback fails with exception

This commit is contained in:
Ilari Liusvaara 2013-03-03 09:42:05 +02:00
parent efc06d1f10
commit d9a5332df9

View file

@ -186,7 +186,6 @@ namespace
}
} catch(std::exception& e) {
messages << e.what() << std::endl;
return true;
}
lua_render_ctx = NULL;
if(lua_requests_repaint) {