diff --git a/soh/soh/SohGui/SohMenuEnhancements.cpp b/soh/soh/SohGui/SohMenuEnhancements.cpp index c8e6c34d4a..4cf7305373 100644 --- a/soh/soh/SohGui/SohMenuEnhancements.cpp +++ b/soh/soh/SohGui/SohMenuEnhancements.cpp @@ -1801,7 +1801,7 @@ void SohMenu::AddMenuEnhancements() { .CVar(CVAR_CHEAT("SpeedModifier.DoesntChangeJump")); AddWidget(path, "Multiplier:", WIDGET_CVAR_SLIDER_FLOAT) .CVar(CVAR_CHEAT("SpeedModifier.Value")) - .Options(FloatSliderOptions().IsPercentage().Min(1.0f).Max(5.0f).DefaultValue(1.0f).ShowButtons(true).Format( + .Options(FloatSliderOptions().IsPercentage().Min(0.01f).Max(5.0f).DefaultValue(1.0f).ShowButtons(true).Format( "%.0f%%")); AddWidget(path, "Button Combination:", WIDGET_CVAR_BTN_SELECTOR) .CVar(CVAR_CHEAT("SpeedModifier.Btn"))