mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-01-03 22:30:09 +00:00
Removed unneccessary call to FDraw SetColor
This commit is contained in:
parent
c5f4d72d55
commit
bd65b82b6e
BIN
applecorn.po
BIN
applecorn.po
Binary file not shown.
@ -624,8 +624,6 @@ VDU25 LDA VDUQ+4
|
||||
CMP #$04 ; Move absolute
|
||||
BEQ HGRPOS ; Just update pos
|
||||
:NOTMOVE >>> WRTMAIN
|
||||
LDA HCOLOR
|
||||
STA Entry+5 ; Colour
|
||||
LDA XPIXEL+0
|
||||
STA Entry+6
|
||||
LDA XPIXEL+1
|
||||
|
@ -1069,7 +1069,6 @@ SETCOLOR >>> ENTMAIN
|
||||
|
||||
* Call FDraw DrawLine routine
|
||||
DRAWLINE >>> ENTMAIN
|
||||
JSR Entry+16 ; FDRAW: SetColor
|
||||
JSR Entry+28 ; FDRAW: DrawLine
|
||||
>>> XF2AUX,VDU25RET
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user