Update shapes.lua

mode in ConvexPolygonShape is already defined in the method signature
This commit is contained in:
Italo Maia 2013-12-29 02:09:27 -02:00
parent 9d432517b7
commit db1b1bdb38

View File

@ -383,7 +383,7 @@ end
function ConvexPolygonShape:draw(mode) function ConvexPolygonShape:draw(mode)
local mode = mode or 'line' mode = mode or 'line'
love.graphics.polygon(mode, self._polygon:unpack()) love.graphics.polygon(mode, self._polygon:unpack())
end end