Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LineBufferOverlay: Result is not floating-point
dec/2 is an integer and calling round() doesn't make sense, dec/2.0 is a double From coverity 'integer_division: Dividing integer expressions dec and 2, and then converting the integer quotient to type double. Any remainder, or fractional part of the quotient, is ignored.'
- Loading branch information