diff --git a/drape/font_texture.cpp b/drape/font_texture.cpp index 1d9acdd9e5..6b943681e2 100644 --- a/drape/font_texture.cpp +++ b/drape/font_texture.cpp @@ -198,7 +198,7 @@ namespace return; } - notProcessedRects.push_back(m2::RectU(rightBorder, 0, fullRect.maxX(), downBorder)); + notProcessedRects.push_back(m2::RectU(rightBorder, 0, fullRect.maxX(), fullRect.maxY())); if (downBorder == fullRect.SizeY()) return;