mirror of
https://github.com/airstruck/luigi.git
synced 2026-01-09 15:58:22 +00:00
fix Backend.quit
This commit is contained in:
@@ -63,7 +63,9 @@ Backend.push = function ()
|
|||||||
return push 'all'
|
return push 'all'
|
||||||
end
|
end
|
||||||
|
|
||||||
Backend.quit = love.event.quit
|
Backend.quit = function ()
|
||||||
|
love.event.quit()
|
||||||
|
end
|
||||||
|
|
||||||
Backend.setColor = love.graphics.setColor
|
Backend.setColor = love.graphics.setColor
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user