SET - correct error in intersection

This commit is contained in:
Applevangelist 2022-02-01 08:03:02 +01:00
parent 7bd7071ec5
commit 60a728d521

View File

@ -326,7 +326,7 @@ do -- SET_BASE
for _,Object in pairs(union.Set) do
if self:IsIncludeObject(Object) and SetB:IsIncludeObject(Object) then
intersection:AddObject(intersection)
intersection:AddObject(Object)
end
end