mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 15:29:46 +00:00
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
@ -41,7 +41,7 @@ Text := ptr3
|
|||||||
jsr _strlen
|
jsr _strlen
|
||||||
jsr umul8x16r16
|
jsr umul8x16r16
|
||||||
ldy _tgi_textscalew+2 ; Get rounded scale factor
|
ldy _tgi_textscalew+2 ; Get rounded scale factor
|
||||||
sta ptr1
|
sty ptr1
|
||||||
jmp umul8x16r16
|
jmp umul8x16r16
|
||||||
|
|
||||||
; Return the width of the string for the vector font. To save some code, we
|
; Return the width of the string for the vector font. To save some code, we
|
||||||
|
Loading…
Reference in New Issue
Block a user