diff --git a/renderdoc/driver/d3d12/d3d12_command_list_wrap.cpp b/renderdoc/driver/d3d12/d3d12_command_list_wrap.cpp index 906a88524..d29376f8a 100644 --- a/renderdoc/driver/d3d12/d3d12_command_list_wrap.cpp +++ b/renderdoc/driver/d3d12/d3d12_command_list_wrap.cpp @@ -3968,7 +3968,6 @@ bool WrappedID3D12GraphicsCommandList::Serialise_ExecuteIndirect( uint32_t baseEventID = it->eventId; - if(count > 1) { // get the number of draws by looking at how many children the parent action has. const rdcarray &children = m_pDevice->GetAction(it->eventId)->children;