fix Backend.quit

This commit is contained in:
airstruck
2017-08-10 16:44:04 -04:00
parent aa7d02b757
commit 3aa71d750b

View File

@@ -63,7 +63,9 @@ Backend.push = function ()
return push 'all'
end
Backend.quit = love.event.quit
Backend.quit = function ()
love.event.quit()
end
Backend.setColor = love.graphics.setColor