Update LÖVE to changeset 7cb21c8bdd64 (pre 0.10.0)

This commit is contained in:
fysx
2015-12-01 23:07:34 +01:00
parent 7e877716d6
commit 686e1d5f3e
196 changed files with 820 additions and 64699 deletions
+2 -1
View File
@@ -523,7 +523,7 @@ function love.run()
for name, a,b,c,d,e,f in love.event.poll() do
if name == "quit" then
if not love.quit or not love.quit() then
return
return a
end
end
love.handlers[name](a,b,c,d,e,f)
@@ -581,6 +581,7 @@ function love.errhand(msg)
if love.mouse then
love.mouse.setVisible(true)
love.mouse.setGrabbed(false)
love.mouse.setRelativeMode(false)
end
if love.joystick then
-- Stop all joystick vibrations.