1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-13 14:27:08 +03:00

0030480: Visualization - Clear of Select3D_SensitiveGroup does not update internal container

This commit is contained in:
nds
2019-02-06 20:20:47 +03:00
parent f5988cdbb5
commit 87f4d06f4b

View File

@@ -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();
}
//=======================================================================