mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- removed erroneous assertion
https://forum.zdoom.org/viewtopic.php?t=62815
This commit is contained in:
parent
f6bb33787b
commit
40f77e5dac
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue