Skip to content

Ensure we use a consistent mapper for time check

David E. DeMarle requested to merge demarle/vtk:fix-pvlodactor-redrawtime into master

vtkPVLODActor (child class) in ParaView has two mappers. This mtime check was crashing in OSPRay where this code would test one and the other which happened to be NULL. This fix makes the test and use consistent.

Merge request reports