geoffp7
Results
1
issues of
geoffp7
SDL_IntersectFRectAndLine calculates the wrong answer in the following example: ``` SDL_FRect fr = { 2.5f, 1.5f, 15.25f, 12.0f }; float x1 = 5.0f, y1 = 6.0f, x2 = 23.0f, y2...