From d9a5332df997c01242e3b940afcbfea6cbd9abbd Mon Sep 17 00:00:00 2001 From: Ilari Liusvaara Date: Sun, 3 Mar 2013 09:42:05 +0200 Subject: [PATCH] Lua: Don't wedge VM if callback fails with exception --- src/lua/lua.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lua/lua.cpp b/src/lua/lua.cpp index bb681cc7..25d6d7ef 100644 --- a/src/lua/lua.cpp +++ b/src/lua/lua.cpp @@ -186,7 +186,6 @@ namespace } } catch(std::exception& e) { messages << e.what() << std::endl; - return true; } lua_render_ctx = NULL; if(lua_requests_repaint) {