Update DeltaSerializer and tests with delta'd vectors

Signed-off-by: puvvadar <puvvadar@amazon.com>
This commit is contained in:
puvvadar
2021-10-14 15:48:46 -07:00
parent ba7ff3c8e8
commit b295e674fc
2 changed files with 17 additions and 5 deletions
@@ -202,8 +202,6 @@ namespace AzNetworking
}
else // If we are not gathering records, then we are comparing them
{
AZ_Assert(baseValue != nullptr, "Expected to find an existing record but got null at index %d", m_objectCounter - 1);
bool different = false;
if (baseValue)