Skip to content

Fix ClearShaderReplacement in vtkOpenGLPolyDataMapper

Laurens Groot requested to merge Moonypoony/vtk:FixClearShaderReplacement into master

ClearShaderReplacement didn't work. The to-be-removed element returned by map.find() is compared with map.end(), and should be removed when they are NOT equal, instead of equal.

Merge request reports