mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Typo fix. See #8569
This commit is contained in:
parent
d60f5ba285
commit
a258bcfd3f
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ void RasterizeFonts(const FontReferenceList &fontRefs, vector<CharRange> &ranges
|
|||
dat.ox = 0;
|
||||
dat.oy = 0;
|
||||
dat.wx = 0;
|
||||
dot.voffset = 0;
|
||||
dat.voffset = 0;
|
||||
dat.charNum = kar;
|
||||
dat.effect = FX_RED_TO_ALPHA_SOLID_WHITE;
|
||||
bucket->AddItem(img, dat);
|
||||
|
|
Loading…
Add table
Reference in a new issue