diff --git a/renderdoc/driver/d3d11/d3d11_device.cpp b/renderdoc/driver/d3d11/d3d11_device.cpp index fb7b56f05..aa75ee54c 100644 --- a/renderdoc/driver/d3d11/d3d11_device.cpp +++ b/renderdoc/driver/d3d11/d3d11_device.cpp @@ -1241,10 +1241,8 @@ ReplayStatus WrappedID3D11Device::ReadLogInitialisation(RDCFile *rdc, bool store if(!IsStructuredExporting(m_State)) { SetupDrawcallPointers(m_Drawcalls, GetFrameRecord().drawcallList); - } - // propagate any UAV names onto counter buffers - { + // propagate any UAV names onto counter buffers std::vector counterBuffers; GetDebugManager()->GetCounterBuffers(counterBuffers);