mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Font: Turns out this happens a lot.
This commit is contained in:
parent
621f86c7f1
commit
b8a2a6647d
@ -563,7 +563,7 @@ void PGF::DrawCharacter(const GlyphImage *image, int clipX, int clipY, int clipW
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (glyph.w <= 0 || glyph.h <= 0) {
|
if (glyph.w <= 0 || glyph.h <= 0) {
|
||||||
ERROR_LOG_REPORT(SCEFONT, "Glyph with negative size, not rendering");
|
DEBUG_LOG(SCEFONT, "Glyph with negative size, not rendering");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user