Skip to content

Skip rendering any entity already rendered.

If an entity was processed twice, but non-consecutively, the existing check would miss it. Fixed by saving the ids of all processed entities, not just the previous one.

Closes #3452532

Merge request reports