mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-27 18:12:00 +00:00
* Properly sanitizes the pixel scaling pref (#54592) It was being rounded to 1, which breaks one of the options. I've added a float sanitize proc that accepts a degree to round to, I've set it to 0.5 in this case. * Properly sanitizes the pixel scaling pref Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>