Skip to content

Fix a bug in the polydata mapper timing

Ken Martin requested to merge ken-martin/vtk:pdmapper_timer_fixes into master

The old code would typically overwrite the timer that was currently in flight with a new timer. Causing tons of timers to be initiated but for qwuick renders amost none were completed as the next render started before the prior completed. This change cleans up the code a bit, makes it safe for overlaping timers, and fixes the above mentioned issues.

Merge request reports