Edit

kc3-lang/SDL/src/render

Branch :

  • Show log

    Commit

  • Author : Ryan C. Gordon
    Date : 2020-11-08 20:57:17
    Hash : 0e4ce848
    Message : 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.