mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
SET - correct error in intersection
This commit is contained in:
parent
b7adc6add6
commit
a95c49915a
@ -317,7 +317,7 @@ do -- SET_BASE
|
|||||||
|
|
||||||
for _, Object in pairs( union.Set ) do
|
for _, Object in pairs( union.Set ) do
|
||||||
if self:IsIncludeObject( Object ) and SetB:IsIncludeObject( Object ) then
|
if self:IsIncludeObject( Object ) and SetB:IsIncludeObject( Object ) then
|
||||||
intersection:AddObject( intersection )
|
intersection:AddObject( Object )
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user