diff options
author | Julian T <julian@jtle.dk> | 2021-02-07 00:37:58 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2021-02-07 00:37:58 +0100 |
commit | f3f56ed5f183f8461cc91cb6430d97c725ba159c (patch) | |
tree | 32d07fc105185849b8bf6bfe1fd63bf85f976410 /src/render.cpp | |
parent | b64c7e972c52b7d015d661866f0cf902370343e5 (diff) |
Move to double to avoid rounding error
This rounding errors seems to happen when adding floats very close to 1
to a relatively large number.
325.0 + 0.99999034 = 326.0
This is a problem as this sample should be counted at the 325 pixel.
However this will be a lesser problem when filtering is implemented.
Diffstat (limited to 'src/render.cpp')
0 files changed, 0 insertions, 0 deletions