hw/display/artist: Fix draw_line() artefacts
The draw_line() function left artefacts on the screen because it was using the x/y variables which were incremented in the loop before. Fix it by using the unmodified x1/x2 variables instead. Signed-off-by:Sven Schnelle <svens@stackframe.org> Signed-off-by:
Helge Deller <deller@gmx.de> Cc: qemu-stable@nongnu.org Signed-off-by:
Helge Deller <deller@gmx.de>
Please register or sign in to comment