Font: Turns out this happens a lot.

This commit is contained in:
Unknown W. Brackets 2016-01-23 15:58:09 -08:00
parent 621f86c7f1
commit b8a2a6647d

View File

@ -563,7 +563,7 @@ void PGF::DrawCharacter(const GlyphImage *image, int clipX, int clipY, int clipW
}
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;
}