diff --git a/renderdoc/replay/replay_output.cpp b/renderdoc/replay/replay_output.cpp index 8a21e87c0..03385a9ab 100644 --- a/renderdoc/replay/replay_output.cpp +++ b/renderdoc/replay/replay_output.cpp @@ -439,7 +439,6 @@ rdcpair ReplayOutput::PickVertex(uint32_t eventId, uint32_t if(m_RenderData.meshDisplay.showPrevInstances) { firstInst = 0; - maxInst = RDCMAX(1U, m_RenderData.meshDisplay.curInstance); } if(m_RenderData.meshDisplay.showAllInstances)