SET - correct error in intersection

This commit is contained in:
Applevangelist 2022-02-01 08:02:51 +01:00
parent b7adc6add6
commit a95c49915a

View File

@ -317,7 +317,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