mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Fix typo left in by accident
This commit is contained in:
@@ -488,7 +488,7 @@ bool WrappedID3D11DeviceContext::Serialise_BeginCaptureFrame(SerialiserType &ser
|
||||
if(ser.IsReading() && IsLoading(m_State))
|
||||
{
|
||||
m_Annotations[id] = annotation;
|
||||
m_Replay->GetResourceDesc(id).annotations = annotation;
|
||||
m_pDevice->GetReplay()->GetResourceDesc(id).annotations = annotation;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user