Commit 50c5d23f7d1b5b15e5ecc3dce72fa6a35b68f960

Sam Lantinga 2022-08-23T07:42:48

Round coordinates so very small floating point values don't turn into 0x80000000 e.g. SDL_RenderDrawLineF(renderer, -1e20, -1e20, 10, 10); Fixes https://github.com/libsdl-org/SDL/issues/6116