Added debug overlay for entitie with high network costs

Signed-off-by: AMZN-Olex <5432499+AMZN-Olex@users.noreply.github.com>
This commit is contained in:
AMZN-Olex
2021-07-27 00:21:40 -04:00
parent 59f65f2656
commit 8fa3addda3
2 changed files with 38 additions and 1 deletions
@@ -329,7 +329,7 @@ namespace Multiplayer
if (m_displayPerEntityStats)
{
if (ImGui::Begin("Multiplayer Per Entity Analytics", &m_displayPerEntityStats))
if (ImGui::Begin("Multiplayer Per Entity Analytics", &m_displayPerEntityStats, ImGuiWindowFlags_None))
{
if (m_reporter)
{