renpy / pygame_sdl2

Reimplementation of portions of the pygame API using SDL2.
GNU Lesser General Public License v2.1
329 stars 66 forks source link

Fixed issue 34: line drawing was broken when x1 > x2 #48

Closed nickvdp closed 8 years ago

nickvdp commented 8 years ago

Looks like a typo. Someone tried to swap y1 and y2 but didn't. This fixed line drawing for me.

renpytom commented 8 years ago

Looks good. Thank you.