Preparing for PR

Signed-off-by: AMZN-Olex <5432499+AMZN-Olex@users.noreply.github.com>
This commit is contained in:
AMZN-Olex
2021-08-03 12:48:36 -04:00
parent 854e540950
commit 2118ef7a21
3 changed files with 2 additions and 7 deletions
@@ -19,10 +19,10 @@ namespace Multiplayer
virtual ~IMultiplayerDebug() = default;
//!
//! Enables printing of debug text over entities that have significant amount of traffic.
virtual void ShowEntityBandwidthDebugOverlay() = 0;
//!
//! Disables printing of debug text over entities that have significant amount of traffic.
virtual void HideEntityBandwidthDebugOverlay() = 0;
};
}
@@ -63,10 +63,6 @@ namespace Multiplayer
m_reporter.reset();
}
void MultiplayerDebugSystemComponent::OnImGuiInitialize()
{
}
#ifdef IMGUI_ENABLED
void MultiplayerDebugSystemComponent::OnImGuiMainMenuUpdate()
{
@@ -52,7 +52,6 @@ namespace Multiplayer
#ifdef IMGUI_ENABLED
//! ImGui::ImGuiUpdateListenerBus overrides
//! @{
void OnImGuiInitialize() override;
void OnImGuiMainMenuUpdate() override;
void OnImGuiUpdate() override;
//! @}