Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/fontlibc/fontlibc.asm
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,8 @@ fontlib_SetFont:
add hl,de
add hl,bc
ld (iy + strucFont.bitmapsTablePtr),hl
; Check for the ignore ling spacing flag
ld hl,arg0
; Check for the ignore line spacing flag
ld hl,arg1
add hl,sp
ld a,(hl)
or a,a
Expand Down Expand Up @@ -2100,4 +2100,3 @@ currentFontRoot := _CurrentFontRoot - DataBaseAddr
DataBaseAddr:
; Embed the current font's properties as library variables
_CurrentFontProperties strucFont

Loading