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/map
diff options
context:
space:
mode:
authorrachytski <siarhei.rachytski@gmail.com>2012-12-02 16:28:55 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:47:46 +0300
commitda63134f13515099e43713f1e73c5cdf82acda40 (patch)
tree41d2130cc7ae4e44e4a9891c9cbb93be93e11751 /map
parent660cc3f2611cfe9c366c88d5195b42eed6b824d2 (diff)
fixed some bugs with CacheScreen.
Diffstat (limited to 'map')
-rw-r--r--map/render_policy.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/map/render_policy.cpp b/map/render_policy.cpp
index e744a37fc9..23c9cb91e9 100644
--- a/map/render_policy.cpp
+++ b/map/render_policy.cpp
@@ -64,6 +64,7 @@ void RenderPolicy::InitCacheScreen()
m2::RectI const RenderPolicy::OnSize(int w, int h)
{
+ m_cacheScreen->onSize(w, h);
m_drawer->onSize(w, h);
return m2::RectI(0, 0, w, h);
}