From: nds Date: Wed, 6 Feb 2019 17:20:47 +0000 (+0300) Subject: 0030480: Visualization - Clear of Select3D_SensitiveGroup does not update internal... X-Git-Tag: V7_4_0_beta~255 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=a7ced2a456dce4c99f7ad92b28923fb7ca75e5c3;p=occt.git 0030480: Visualization - Clear of Select3D_SensitiveGroup does not update internal container --- diff --git a/src/Select3D/Select3D_SensitiveGroup.cxx b/src/Select3D/Select3D_SensitiveGroup.cxx index 31215fc11c..9827b397e4 100644 --- a/src/Select3D/Select3D_SensitiveGroup.cxx +++ b/src/Select3D/Select3D_SensitiveGroup.cxx @@ -157,7 +157,7 @@ void Select3D_SensitiveGroup::Clear() myEntities.Clear(); myBndBox.Clear(); myCenter = gp_Pnt (0.0, 0.0, 0.0); - myEntities.Clear(); + myBVHPrimIndexes.Clear(); } //=======================================================================