0024961: MeshVS: revision of DRAW commands
[occt.git] / src / MeshVS / MeshVS_ElementalColorPrsBuilder.cxx
index 5206f9f..28e677a 100644 (file)
@@ -289,10 +289,7 @@ void MeshVS_ElementalColorPrsBuilder::Build ( const Handle(Prs3d_Presentation)&
               aNbEdgePrimitives += aFaceNodes.Length();
             }
 
-            if (IsReflect) // add volumetric cell triangles
-            {
-              aNbVolmPrimitives += aFaceNodes.Length() - 2;
-            }
+            aNbVolmPrimitives += aFaceNodes.Length() - 2;
           }
         }
       }