diff --git a/frontend/src/scripts/config.ts b/frontend/src/scripts/config.ts index 469aef053..56217673d 100644 --- a/frontend/src/scripts/config.ts +++ b/frontend/src/scripts/config.ts @@ -1696,7 +1696,7 @@ export function setCustomBackgroundFilter( nosave?: boolean ): void { array = (array as unknown as string[]).map((value) => - parseInt(value) + parseFloat(value) ) as MonkeyTypes.CustomBackgroundFilter; if (!isConfigValueValid(array, ["numberArray"])) return invalid("custom background filter", array);