Using latest love-android branch (9a508a54700d)

This commit is contained in:
fysx
2015-08-13 11:12:17 +02:00
parent c91dbb6957
commit f3dd769e98
63 changed files with 738 additions and 556 deletions
+1 -1
View File
@@ -567,7 +567,7 @@ function love.errhand(msg)
return
end
if not love.graphics.isCreated() or not love.window.isCreated() then
if not love.graphics.isCreated() or not love.window.isOpen() then
local success, status = pcall(love.window.setMode, 800, 600)
if not success or not status then
return