Page MenuHomePhabricator

BaseRenderer::GetDisplayGeometryUpdateTime() returns wrong value
Closed, WontfixPublic

Description

The method BaseRenderer::GetDisplayGeometryUpdateTime() returns m_CurrentWorldGeometry2DUpdateTime. The correct variable would be: m_DisplayGeometryUpdateTime.

I already tried to fix this, however m_DisplayGeometryUpdateTime is not updated or set properly and the method will always return 0.

The method is only used once in the ContourSetVtkMapper3D. Maybe we can just delete it completely.

Event Timeline

If this function returns a false value, we could probably remove it completely. Trivial fix.

Trivial fix. Could be done by anyone for next release.

Current release is finished. Reseting target milestone...

kislinsk claimed this task.
kislinsk added a subscriber: kislinsk.
This task was automatically closed because it wasn't updated at least since July 2016 (over 2 years). Please re-open this task if you think that it is still relevant. This most probably means that you will resolve it.