- removed erroneous assertion

https://forum.zdoom.org/viewtopic.php?t=62815
This commit is contained in:
alexey.lysiuk 2018-12-09 13:00:36 +02:00
parent f6bb33787b
commit 40f77e5dac

View file

@ -219,8 +219,6 @@ void DFrameBuffer::DrawTextCommon(FFont *font, int normalcolor, double x, double
int kerning;
FTexture *pic;
assert(string[0] != '$');
if (parms.celly == 0) parms.celly = font->GetHeight() + 1;
parms.celly *= parms.scaley;