mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
Barrel drawing bug (lone pixels on left edge of screen) fixed!
This commit is contained in:
+1
-1
@@ -2159,7 +2159,7 @@ goright
|
|||||||
lda xdraw
|
lda xdraw
|
||||||
sbc vx+1
|
sbc vx+1
|
||||||
sta xdraw
|
sta xdraw
|
||||||
bne @+
|
bcs @+
|
||||||
dec xdraw+1
|
dec xdraw+1
|
||||||
@
|
@
|
||||||
ybarrel
|
ybarrel
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user