Merge pull request #79 from qaisjp/patch-2

Removed repeated code (see line 29)
This commit is contained in:
Kenny Shields 2013-09-14 08:39:42 -07:00
commit d60b472797

View File

@ -30,7 +30,6 @@ function loveframes.debug.draw()
local fps = love.timer.getFPS()
local deltatime = love.timer.getDelta()
local font = loveframes.basicfontsmall
local loveversion = love._version
-- set the top most collision object
for k, v in ipairs(cols) do
@ -92,4 +91,4 @@ function loveframes.debug.draw()
love.graphics.print("Height: " ..topcol.height, infox + 10, infoy + 155)
end
end
end