Skip to content

Fix crash in vtkOpenGLFramebufferObject::GetMultiSamples()

Andras Lasso requested to merge lassoan/vtk:fix-getsamples-crash into master

Fixed crash due to creating invalid map created by accessing an item using operator[] instead of find().

Edited by Andras Lasso

Merge request reports