Author :
Sam Lantinga
Date :
2022-08-23 07:42:48
Hash :50c5d23f Message :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