https://bugs.kde.org/show_bug.cgi?id=356462
wolthera <griffinval...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |CONFIRMED CC| |griffinval...@gmail.com --- Comment #1 from wolthera <griffinval...@gmail.com> --- Yeah, this one is caused by a rounding error: 0+1=1 1/2=0.5 int(0.5)=1. So all mixes where the result befor dividing is uneven end up with an offset. This doesn't happen with floating point. No clue what should be done about it... -- You are receiving this mail because: You are watching all bug changes.