Made LINE plot single-point lines correctly.
This commit is contained in:
parent
6c320f7d65
commit
4980fade74
1 changed files with 1 additions and 2 deletions
|
@ -541,8 +541,7 @@ STEPINY:
|
|||
eor CHUNK
|
||||
sta CHUNK
|
||||
txa
|
||||
bne @CONT ;If dy=0 it's just a point
|
||||
inx
|
||||
beq YCONT2 ;If dy=0, it's just a point
|
||||
@CONT: lsr ;Init counter to dy/2
|
||||
;
|
||||
; Main loop
|
||||
|
|
Loading…
Add table
Reference in a new issue