Some shutdown crash fixes, reverted a whitespace, and added some basic unit tests for time additions

Signed-off-by: kberg-amzn <karlberg@amazon.com>
This commit is contained in:
kberg-amzn
2021-10-01 15:04:50 -07:00
parent 865ed60007
commit bf136a567b
8 changed files with 85 additions and 2 deletions
@@ -57,4 +57,9 @@ namespace Multiplayer
}
return nullComponentData;
}
void MultiplayerComponentRegistry::Reset()
{
m_componentData.clear();
}
}