Skip to content

FIX: RenderViewProxy GetNeedsUpdate()

PreRender only call UpdateLOD() if GetUseLODForInteractiveRender() which will properly update the NeedsUpdateLOD flag. Therefore, if we are not suppose to use LOD, GetNeedsUpdate() should return the regular NeedsUpdate flag.

Merge request reports