Commit 0e4ce8480195a9c436ff0f484d808af7e8a63b60

Ryan C. Gordon 2020-11-08T20:57:17

opengl: Make diagonal lines match the software renderer. OpenGL leaves the final line segment open, SDL's software renderer does not, so we need a tiny bit of trigonometry here to move one more pixel in the right direction.