From fcda5b313b6fe2b7b0b2d9eccaf857e9b7dbd5a2 Mon Sep 17 00:00:00 2001 From: Onaterdem Date: Sun, 23 Mar 2025 23:04:59 +0300 Subject: [PATCH] Spacing fix --- UnleashedRecomp/ui/options_menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnleashedRecomp/ui/options_menu.cpp b/UnleashedRecomp/ui/options_menu.cpp index 4df5b6e4..5ea2ce52 100644 --- a/UnleashedRecomp/ui/options_menu.cpp +++ b/UnleashedRecomp/ui/options_menu.cpp @@ -1050,7 +1050,7 @@ static void DrawConfigOption(int32_t rowIndex, float yOffset, ConfigDef* conf } else if constexpr (std::is_same_v || std::is_same_v) { - float deltaTime = std::fmin(ImGui::GetIO().DeltaTime, 1.0f/15.0f); + float deltaTime = std::fmin(ImGui::GetIO().DeltaTime, 1.0f / 15.0f); bool fastIncrement = isSlider && (leftIsHeld || rightIsHeld) && (time - g_lastTappedTime) > 0.5; bool isPlayIncrementSound = true;