* minor enhancement
This commit is contained in:
Applevangelist 2022-10-09 12:53:45 +02:00
parent 2ca6168f47
commit 38b9778e9a

View File

@ -277,6 +277,8 @@ do -- SET_BASE
-- @return #SET_BASE self
function SET_BASE:AddSet(SetToAdd)
if not SetToAdd then return self end
for _,ObjectB in pairs(SetToAdd.Set) do
self:AddObject(ObjectB)
end