We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 047098a commit e6de301Copy full SHA for e6de301
src/fontlibc/fontlibc.asm
@@ -458,8 +458,8 @@ fontlib_SetFont:
458
add hl,de
459
add hl,bc
460
ld (iy + strucFont.bitmapsTablePtr),hl
461
-; Check for the ignore ling spacing flag
462
- ld hl,arg0
+; Check for the ignore line spacing flag
+ ld hl,arg1
463
add hl,sp
464
ld a,(hl)
465
or a,a
@@ -2100,4 +2100,3 @@ currentFontRoot := _CurrentFontRoot - DataBaseAddr
2100
DataBaseAddr:
2101
; Embed the current font's properties as library variables
2102
_CurrentFontProperties strucFont
2103
-
0 commit comments