diff --git a/Gems/Multiplayer/Code/Source/Debug/MultiplayerDebugSystemComponent.cpp b/Gems/Multiplayer/Code/Source/Debug/MultiplayerDebugSystemComponent.cpp index 64a5856434..c3d21023e9 100644 --- a/Gems/Multiplayer/Code/Source/Debug/MultiplayerDebugSystemComponent.cpp +++ b/Gems/Multiplayer/Code/Source/Debug/MultiplayerDebugSystemComponent.cpp @@ -161,8 +161,9 @@ namespace Multiplayer DrawMetricRow("Total", "PropertyUpdates Received", entryColour, stats, propertyUpdatesRecv); DrawMetricRow("Total", "Rpcs Sent", entryColour, stats, rpcsSent); DrawMetricRow("Total", "Rpcs Received", entryColour, stats, rpcsRecv); + ImGui::Columns(1); + ImGui::End(); } - ImGui::End(); } } #endif