commit | 5a5350b39b81e0128d36ebc81307a6d698a4dc50 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Tue Sep 03 20:11:01 2013 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Tue Sep 03 20:11:01 2013 -0400 |
tree | 9790a8308194fc7be8a861d7e7607e6ea2389c59 | |
parent | 74ff41c3a573bdf74b60623065eb92a49f055893 [diff] |
Revert "Round when scaling values" This reverts commit 10f964623f003c70f6bdd33423420abda3820ce0. See discussion with Khaled Hosny on mailing list. In short, since integers here can be negative, and int division is "round towards zero", proper rounding should take sign into account. Just skip doing it again, has been serving us well before.