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
diff options
context:
space:
mode:
authorrachytski <siarhei.rachytski@gmail.com>2012-04-20 17:47:23 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:37:40 +0300
commit11e53013127a4ee13d2fde3c42c0b1ba7a246c6e (patch)
treeb6785c6058f898b68e441f23bf42e4345477a17a /platform/platform_ios.mm
parent32f645d73204c31b71edcc4938fe5921cc09eedf (diff)
adding only m_tileScale and m_tileScale - 2 tiles to firstClassTiles to improve visual appearance of newly rendered maps.
Diffstat (limited to 'platform/platform_ios.mm')
-rw-r--r--platform/platform_ios.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/platform_ios.mm b/platform/platform_ios.mm
index 4b8ba58db2..a8931ada98 100644
--- a/platform/platform_ios.mm
+++ b/platform/platform_ios.mm
@@ -193,7 +193,7 @@ int Platform::VideoMemoryLimit() const
int Platform::PreCachingDepth() const
{
- return 2;
+ return 3;
}
int Platform::TileSize() const