mirror of
https://github.com/love2d/love-android.git
synced 2026-08-19 04:05:22 +02:00
using latest love-android @ changeset 8659be0e75a3
This commit is contained in:
@@ -526,7 +526,7 @@ function love.run()
|
||||
-- Call update and draw
|
||||
if love.update then love.update(dt) end -- will pass 0 if love.timer is disabled
|
||||
|
||||
if love.window and love.graphics and love.window.isCreated() then
|
||||
if love.window and love.graphics and love.graphics.isActive() then
|
||||
love.graphics.clear()
|
||||
love.graphics.origin()
|
||||
if love.draw then love.draw() end
|
||||
|
||||
Reference in New Issue
Block a user