Merge branch 'development' of https://github.com/o3de/o3de into mp_lerp_jitter

This commit is contained in:
puvvadar
2021-07-29 09:58:07 -07:00
141 changed files with 5169 additions and 8892 deletions
@@ -156,7 +156,7 @@ namespace Multiplayer
HostFrameId m_lastReplicatedHostFrameId = HostFrameId(0);
double m_serverSendAccumulator = 0.0;
float m_renderBlendFactor = 0.0f;
float m_tickFactor = 0.0f;
#if !defined(AZ_RELEASE_BUILD)
MultiplayerEditorConnection m_editorConnectionListener;