Fix typo left in by accident

This commit is contained in:
baldurk
2026-02-25 12:20:15 +00:00
parent cab8c4f649
commit b84a42da6f
+1 -1
View File
@@ -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;
}
}