Fixed the background color for the error screen, and updated LodePNG to the latest version.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2015-02-27 21:20:31 -04:00
parent b52b9c7a2b
commit b9c90e8a6f
6 changed files with 764 additions and 885 deletions
+2 -2
View File
@@ -1575,7 +1575,7 @@ function love.errhand(msg)
local trace = debug.traceback()
love.graphics.clear()
love.graphics.clear(love.graphics.getBackgroundColor())
love.graphics.origin()
local err = {}
@@ -1597,7 +1597,7 @@ function love.errhand(msg)
local function draw()
local pos = love.window.toPixels(70)
love.graphics.clear()
love.graphics.clear(love.graphics.getBackgroundColor())
love.graphics.printf(p, pos, pos, love.graphics.getWidth() - pos)
love.graphics.present()
end