mirror of
https://github.com/love2d/love-android.git
synced 2026-08-19 04:05:22 +02:00
Using latest love-android branch (9a508a54700d)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user