[development] Fixed Profiler ImGui module name when building monolithic (#4848)

Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com>
This commit is contained in:
Scott Romero
2021-10-21 10:22:24 -07:00
committed by GitHub
parent 3a6cc2498b
commit e008ba8579
@@ -46,4 +46,4 @@ namespace Profiler
};
}// namespace Profiler
AZ_DECLARE_MODULE_CLASS(Gem_Profiler, Profiler::ProfilerImGuiModule)
AZ_DECLARE_MODULE_CLASS(Gem_ProfilerImGui, Profiler::ProfilerImGuiModule)