Skip to content

Commit a2e6f42

Browse files
committed
Fix typo in gfx_BlitLines comment
1 parent 9960150 commit a2e6f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphx/graphx.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1815,7 +1815,7 @@ gfx_BlitLines:
18151815
mlt hl
18161816
add hl,hl ; hl -> offset to start at
18171817
push hl
1818-
call _CheckBlit ; determineblit buffers
1818+
call _CheckBlit ; determine blit buffers
18191819
pop bc
18201820
add hl,bc
18211821
ex de,hl

0 commit comments

Comments
 (0)