mirror of
https://github.com/vrld/HC.git
synced 2024-11-18 12:54:23 +00:00
Merge pull request #29 from italomaia/patch-1
Merge #29: remove redundant variable in shapes.lua
This commit is contained in:
commit
cabee18c81
@ -383,7 +383,7 @@ end
|
||||
|
||||
|
||||
function ConvexPolygonShape:draw(mode)
|
||||
local mode = mode or 'line'
|
||||
mode = mode or 'line'
|
||||
love.graphics.polygon(mode, self._polygon:unpack())
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user