using latest love-android @ changeset 8659be0e75a3

This commit is contained in:
fysx
2014-05-25 16:05:26 +02:00
parent 1d29da2d80
commit 49265f0596
58 changed files with 2008 additions and 366 deletions
+1 -1
View File
@@ -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