Fixed a typo.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5081 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
ca9d802d1e
commit
f36f6922f2
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ Text := ptr3
|
|||
jsr _strlen
|
||||
jsr umul8x16r16
|
||||
ldy _tgi_textscalew+2 ; Get rounded scale factor
|
||||
sta ptr1
|
||||
sty ptr1
|
||||
jmp umul8x16r16
|
||||
|
||||
; Return the width of the string for the vector font. To save some code, we
|
||||
|
|
Loading…
Add table
Reference in a new issue