mirror of
https://github.com/luksamuk/engine-psx.git
synced 2025-04-28 13:28:02 +03:00
Fix a bug on B character of huge font
This commit is contained in:
parent
3ea170fc4c
commit
d06e52e342
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ static uint8_t glyph_info_hg[] = {
|
|||
// u0, v0, w, h
|
||||
// a-z
|
||||
0, 36, 17, 24,
|
||||
18, 36, 16, 24,
|
||||
18, 36, 15, 24,
|
||||
33, 36, 15, 24,
|
||||
48, 36, 15, 24,
|
||||
63, 36, 17, 24,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue