Skip to content

Remove unnecessary array check in vtkOpenGLGlyph3DMapper

The validity of indexArray is checked several lines before hence there is no need to check it inside the for loop.

Merge request reports