[atom_cpu_profiler_gem_promotion] more quick small changes based on PR feedback

Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com>
This commit is contained in:
AMZN-ScottR
2021-10-19 10:44:14 -07:00
parent 55bca4658f
commit 02754ccbd0
4 changed files with 2 additions and 15 deletions
@@ -24,7 +24,7 @@ namespace Profiler
class ProfilerImGuiSystemComponent
: public AZ::Component
#if defined(IMGUI_ENABLED)
, public ProfilerImGuiRequestBus::Handler
, public ProfilerImGuiRequests
, public ImGui::ImGuiUpdateListenerBus::Handler
#endif // defined(IMGUI_ENABLED)
{
@@ -47,7 +47,7 @@ namespace Profiler
void Deactivate() override;
#if defined(IMGUI_ENABLED)
// ProfilerImGuiRequestBus interface implementation
// ProfilerImGuiRequests interface implementation
void ShowCpuProfilerWindow(bool& keepDrawing) override;
// ImGuiUpdateListenerBus overrides