mirror of
https://github.com/airstruck/luigi.git
synced 2025-11-18 12:25:06 +00:00
fix Backend.quit
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user