Added love.threaderror event callback function (re issue #673)

This commit is contained in:
Alex Szpakowski
2013-08-03 15:10:08 -03:00
parent 4dba3e91e2
commit 2106ff2403
4 changed files with 43 additions and 3 deletions
+3
View File
@@ -191,6 +191,9 @@ function love.createhandlers()
quit = function ()
return
end,
threaderror = function (t, err)
if love.threaderror then return love.threaderror(t, err) end
end,
resize = function(w, h)
local ow, oh, flags = love.window.getMode()
if flags.resizable then