Skip to content

Commit

Permalink
Removed incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EngineerSmith committed Feb 4, 2022
1 parent b53329e commit ed4c324
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packing.lua
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ grid.insert = function(self, width, height, data)
edgeScore = score
celledgeTbl = edgeTable
end
-- this case includes over hang
elseif overhangRight == 0 and edgeTable.right then -- if over hang, don't handle it here
-- limits
if cell.x + width > self.limitWidth or
Expand Down

0 comments on commit ed4c324

Please sign in to comment.