From be4a4b44f3b73a6f92a4dac6cb0e5b6125dbe51d Mon Sep 17 00:00:00 2001 From: karlberg Date: Tue, 27 Apr 2021 13:24:15 -0700 Subject: [PATCH] Missed one more merge issue --- .../ImguiAtom/Code/Source/ImguiAtomSystemComponent.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Gems/AtomLyIntegration/ImguiAtom/Code/Source/ImguiAtomSystemComponent.cpp b/Gems/AtomLyIntegration/ImguiAtom/Code/Source/ImguiAtomSystemComponent.cpp index ce8c2521c9..34e7af688c 100644 --- a/Gems/AtomLyIntegration/ImguiAtom/Code/Source/ImguiAtomSystemComponent.cpp +++ b/Gems/AtomLyIntegration/ImguiAtom/Code/Source/ImguiAtomSystemComponent.cpp @@ -72,7 +72,6 @@ namespace AZ void ImguiAtomSystemComponent::InitializeViewportSizeIfNeeded() { #if defined(IMGUI_ENABLED) - ImGui::ImGuiManagerBus::Broadcast(&ImGui::IImGuiManager::SetResolutionMode, ImGui::ImGuiResolutionMode::LockToResolution); if (m_initialized) { return;