Skip to content

Commit

Permalink
Clamp setting for strum glow multiplier on settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Reycko committed Mar 4, 2024
1 parent a3bd00b commit a927c3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/options/HBotSettingsSubState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ class HBotSettingsSubState extends BaseOptionsMenu
opt.displayFormat = '%vx';
opt.scrollSpeed = 10;
opt.changeValue = 0.1;
opt.minValue = 0.0;
opt.maxValue = 10.0;
addOption(opt);

var opt:Option = new Option(
Expand Down

0 comments on commit a927c3e

Please sign in to comment.