merging latest development
Signed-off-by: kberg-amzn <karlberg@amazon.com>
This commit is contained in:
+1
@@ -153,6 +153,7 @@ namespace Multiplayer
|
||||
{
|
||||
public:
|
||||
OrphanedEntityRpcs(EntityReplicationManager& replicationManager);
|
||||
virtual ~OrphanedEntityRpcs() = default;
|
||||
void Update();
|
||||
bool DispatchOrphanedRpcs(EntityReplicator& entityReplicator);
|
||||
void AddOrphanedRpc(NetEntityId entityId, NetworkEntityRpcMessage& entityRpcMessage);
|
||||
|
||||
@@ -291,8 +291,6 @@ namespace Multiplayer
|
||||
|
||||
void NetworkEntityManager::RemoveEntities()
|
||||
{
|
||||
//RewindableObjectState::ClearRewoundEntities();
|
||||
|
||||
AZStd::vector<NetEntityId> removeList;
|
||||
removeList.swap(m_removeList);
|
||||
for (NetEntityId entityId : removeList)
|
||||
|
||||
Reference in New Issue
Block a user