Update DeltaSerializer and tests with delta'd vectors
Signed-off-by: puvvadar <puvvadar@amazon.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user