Skip to content

Commit 28d3555

Browse files
committed
forgot to upload flexbox :x
1 parent f3eb0ac commit 28d3555

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Basalt/objects/Flexbox.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ return function(name, basalt)
410410

411411
removeChild = function(self, child)
412412
if (type(child)=="string") then
413-
child = getChild(element:getName())
413+
child = self:getChild(child)
414414
end
415415
if (child==nil) then
416416
return

0 commit comments

Comments
 (0)