when y2 is smaller than y1, it only draws a point. Ex : Draw_Line(screen,10,10,10,8,65535); doesn't work, but Draw_Line(screen,10,8,10,10,65535); will work
Log in to post a comment.