Update expected size of FetchFrameRecord to account for increased stats

This commit is contained in:
baldurk
2016-10-19 19:41:58 +02:00
parent 9fb7cb81db
commit 652c4dfe22
+1 -1
View File
@@ -1348,7 +1348,7 @@ void Serialiser::Serialise(const char *name, FetchFrameRecord &el)
Serialise("", el.frameInfo);
Serialise("", el.drawcallList);
SIZE_CHECK(FetchFrameRecord, 1216);
SIZE_CHECK(FetchFrameRecord, 1224);
}
template <>