Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/drape
diff options
context:
space:
mode:
authorExMix <rahuba.youri@mapswithme.com>2014-11-18 11:08:10 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:32:50 +0300
commitbca3551b258b7a348fbfb827db10eaa79d7f1713 (patch)
tree3c3b2ed001b31632f4328ad828134a47656ed887 /drape
parent8c26d7161cf1847228eea32b188c4b2df826ca0a (diff)
[drape] font texture loading fix
Diffstat (limited to 'drape')
-rw-r--r--drape/font_texture.cpp2
1 files changed, 1 insertions, 1 deletions
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;