mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0028376: Visualization, AIS_ColoredShape - fix endless recursion due to misprint
This commit is contained in:
parent
1a0dfc1bfd
commit
478ad1d19e
@ -58,7 +58,7 @@ namespace
|
|||||||
if (aShape.ShapeType() == TopAbs_COMPOUND
|
if (aShape.ShapeType() == TopAbs_COMPOUND
|
||||||
&& theMap.Add (aShape))
|
&& theMap.Add (aShape))
|
||||||
{
|
{
|
||||||
collectSubCompounds (theMap, theShape);
|
collectSubCompounds (theMap, aShape);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user