mirror of
https://github.com/amevarashi/RJW-Sexperience.git
synced 2024-08-14 23:54:08 +00:00
Fix repeated scroll sounds in mod settings 2
This commit is contained in:
parent
18f066d7ff
commit
d60a49045a
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ namespace RJWSexperience.Settings
|
|||
|
||||
if (Mathf.Abs(fieldValue - value) > minChange)
|
||||
value = fieldValue;
|
||||
else if (Mathf.Abs(sliderValue - value) > minChange)
|
||||
else
|
||||
value = sliderValue;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue