Skip to content

Commit ed4c324

Browse files
committed
Removed incorrect comment
1 parent b53329e commit ed4c324

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packing.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ grid.insert = function(self, width, height, data)
139139
edgeScore = score
140140
celledgeTbl = edgeTable
141141
end
142-
-- this case includes over hang
143142
elseif overhangRight == 0 and edgeTable.right then -- if over hang, don't handle it here
144143
-- limits
145144
if cell.x + width > self.limitWidth or

0 commit comments

Comments
 (0)