diff --git a/src/dusk/imgui/ImGuiConsole.cpp b/src/dusk/imgui/ImGuiConsole.cpp index 31ac9ab40d..077b4c15bc 100644 --- a/src/dusk/imgui/ImGuiConsole.cpp +++ b/src/dusk/imgui/ImGuiConsole.cpp @@ -263,7 +263,7 @@ namespace dusk { } if (getSettings().game.enableResetKeybind && ImGui::GetIO().KeyCtrl && - ImGui::IsKeyPressed(ImGuiKey_R) && !fpcM_SearchByName(fpcNm_LOGO_SCENE_e)) + ImGui::IsKeyReleased(ImGuiKey_R) && !fpcM_SearchByName(fpcNm_LOGO_SCENE_e)) { JUTGamePad::C3ButtonReset::sResetSwitchPushing = true; }