Skip to content

Commit e6de301

Browse files
committed
fixed ignore line spacing flag
1 parent 047098a commit e6de301

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/fontlibc/fontlibc.asm

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -458,8 +458,8 @@ fontlib_SetFont:
458458
add hl,de
459459
add hl,bc
460460
ld (iy + strucFont.bitmapsTablePtr),hl
461-
; Check for the ignore ling spacing flag
462-
ld hl,arg0
461+
; Check for the ignore line spacing flag
462+
ld hl,arg1
463463
add hl,sp
464464
ld a,(hl)
465465
or a,a
@@ -2100,4 +2100,3 @@ currentFontRoot := _CurrentFontRoot - DataBaseAddr
21002100
DataBaseAddr:
21012101
; Embed the current font's properties as library variables
21022102
_CurrentFontProperties strucFont
2103-

0 commit comments

Comments
 (0)