Report this content
We want the Dreams coMmunity to be a safe, diverse and tolerant place for everyone, no matter their age, gender, race, sexual orientation or otherwise. If you believe this content to contradict these principles, you can file a report for our coMmunity teams to investigate.
Note that misuse of the reporting tool will not be tolerated.Item being reported:
Instead of integers, you tend to get things like -90.000000034832764 or -89.9999998873783. Sliders don't show an infinite number of decimal places, so they tend to show just a couple rounded. But the number you're plugging in probably isn't exactly -90.
Then you're dividing, which likely changes it further, and could(?) make precision worse. Something like -9.00000726673 or -8.9999982782. But again, you're not really dealing with -9 exactly.
Then you're rounding up. If the real number is -9.00000726673 and you round that up (closer to 0) you'll get -9. But if the real number is -8.9999982782 and you round up you'll get -8. So that seems to be what's happening in this case.
This post is specifically for the update. This may be a random bug that was likely there before, and unrelated to any of the new features. My feeling is it's working as intended, even if it can seem unintuitive. But if you'd still like to report it you can use indreams.me/support in the normal way.