Bandwith overlay works without imgui

Signed-off-by: AMZN-Olex <5432499+AMZN-Olex@users.noreply.github.com>
This commit is contained in:
AMZN-Olex
2021-08-02 15:57:29 -04:00
parent 462c31b5de
commit 93a3d3efa0
7 changed files with 135 additions and 77 deletions
@@ -8,12 +8,10 @@
#include "MultiplayerDebugByteReporter.h"
#include <iomanip>
#include <iomanip> // for std::setfill
#include <sstream>
#include <AzCore/std/sort.h>
#pragma optimize("", off)
namespace Multiplayer
{
void MultiplayerDebugByteReporter::ReportBytes(size_t byteSize)