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-10-25 18:43:19 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:46:18 +0300
commit7d5a4bb23e88f288a5b763ded682f9103d7ccb1a (patch)
tree34d959f525ef29f5504a5cb999b1f5c8a8a012a2 /platform
parentb2ebc4e1fdb9e3483d5de8e411f4eee85f62b387 (diff)
reverted Tiler::tiles changes which introduced errors.
Diffstat (limited to 'platform')
-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 b4d270e15a..1fe47165f8 100644
--- a/platform/platform_ios.mm
+++ b/platform/platform_ios.mm
@@ -127,7 +127,7 @@ int Platform::VideoMemoryLimit() const
int Platform::PreCachingDepth() const
{
- return 3;
+ return 2;
}
string Platform::DeviceName() const