removing collectgarbage() from layout creation

This commit is contained in:
FaceDeer 2019-06-28 15:56:27 -06:00
parent aa927fe26a
commit 4b810fc584

@ -49,7 +49,6 @@ local to_test = Pointset.create()
local tested = Pointset.create()
function DigtronLayout.create(pos, player)
collectgarbage()
local self = {}
setmetatable(self, DigtronLayout)