mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0028376: Visualization, AIS_ColoredShape - fix endless recursion due to misprint
This commit is contained in:
@@ -58,7 +58,7 @@ namespace
|
||||
if (aShape.ShapeType() == TopAbs_COMPOUND
|
||||
&& theMap.Add (aShape))
|
||||
{
|
||||
collectSubCompounds (theMap, theShape);
|
||||
collectSubCompounds (theMap, aShape);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user