forked from rojo-rbx/rojo
Fix reconciler with init files, v0.2.2
This commit is contained in:
@@ -164,7 +164,7 @@ function Reconciler.reconcile(rbx, item, fileName, parent)
|
||||
for _, childRbx in ipairs(rbx:GetChildren()) do
|
||||
-- Child was deleted!
|
||||
if not visitedChildren[childRbx.Name] then
|
||||
Reconciler.reconcile(childRbx, nil, nil)
|
||||
childRbx:Destroy()
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user