Minor refactoring

Signed-off-by: AMZN-Olex <5432499+AMZN-Olex@users.noreply.github.com>
This commit is contained in:
AMZN-Olex
2021-08-02 19:06:02 -04:00
parent 93a3d3efa0
commit 0620f6dff3
4 changed files with 11 additions and 13 deletions
@@ -169,7 +169,6 @@ namespace Multiplayer
m_currentComponentReport = nullptr;
}
m_gdeDirtyBytes.ReportAggregateBytes();
MultiplayerDebugByteReporter::ReportAggregateBytes();
}
@@ -183,7 +182,6 @@ namespace Multiplayer
}
SetEntityName(other.GetEntityName());
m_gdeDirtyBytes.Combine(other.m_gdeDirtyBytes);
}
void MultiplayerDebugEntityReporter::Reset()
@@ -191,7 +189,6 @@ namespace Multiplayer
MultiplayerDebugByteReporter::Reset();
m_componentReports.clear();
m_gdeDirtyBytes.Reset();
}
AZStd::map<AZStd::string, MultiplayerDebugComponentReporter>& MultiplayerDebugEntityReporter::GetComponentReports()