1
0
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:
kgv 2017-01-19 19:29:59 +03:00 committed by apn
parent 1a0dfc1bfd
commit 478ad1d19e

View File

@ -58,7 +58,7 @@ namespace
if (aShape.ShapeType() == TopAbs_COMPOUND
&& theMap.Add (aShape))
{
collectSubCompounds (theMap, theShape);
collectSubCompounds (theMap, aShape);
}
}
}