Closed GoogleCodeExporter closed 9 years ago
Found the cause of this. It was an issue with rounding, I cast from float to
int, which basically rounded down anything less than 1 (.9 becomes 0), so I
solved this by adding 0.5 before casting, so it'd round up.
Original comment by zeraa...@gmail.com
on 17 Apr 2011 at 7:42
Original comment by zeraa...@gmail.com
on 10 Aug 2011 at 3:05
Original issue reported on code.google.com by
zeraa...@gmail.com
on 17 Apr 2011 at 6:46