Comments cleanup

Signed-off-by: AMZN-Olex <5432499+AMZN-Olex@users.noreply.github.com>
This commit is contained in:
AMZN-Olex
2021-09-13 18:28:52 -04:00
parent aa6c038880
commit 2a10c400a7
5 changed files with 5 additions and 8 deletions
@@ -66,9 +66,6 @@ namespace Multiplayer
PopulateHierarchicalEntity(child);
SetupEntity(child.m_entity, child.m_netId, NetEntityRole::Authority);
//// we need a parent-id value to be present in NetworkTransformComponent (which is in client mode and doesn't have a controller)
//SetParentIdOnNetworkTransform(child.m_entity, root.m_netId);
// Create an entity replicator for the child entity
const NetworkEntityHandle childHandle(&child.m_entity, m_networkEntityTracker.get());
child.m_replicator = AZStd::make_unique<EntityReplicator>(*m_entityReplicationManager, m_mockConnection.get(), NetEntityRole::Client, childHandle);