Preparing for PR
Signed-off-by: AMZN-Olex <5432499+AMZN-Olex@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
//! @}
|
||||
|
||||
Reference in New Issue
Block a user