1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-03 00:46:55 +02:00
- fixes missing line of pixels with Chinese fonts
- disabling a mod won't disable all its requirements as well
This commit is contained in:
Ivan Savenko
2013-09-08 18:35:09 +00:00
parent 99352a7220
commit 6331995afd
3 changed files with 7 additions and 7 deletions

View File

@ -1284,7 +1284,7 @@ void CTextContainer::blitLine(SDL_Surface *to, Rect destRect, std::string what)
f->renderTextLeft(to, toPrint, color, where);
begin = end;
destRect.x += f->getStringWidth(toPrint);
where.x += f->getStringWidth(toPrint);
}
currDelimeter++;
}