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_qt.cpp
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_qt.cpp')
-rw-r--r--platform/platform_qt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/platform_qt.cpp b/platform/platform_qt.cpp
index 02799bcfd0..70473e8c72 100644
--- a/platform/platform_qt.cpp
+++ b/platform/platform_qt.cpp
@@ -71,7 +71,7 @@ void Platform::GetFontNames(FilesList & res) const
int Platform::PreCachingDepth() const
{
- return 5;
+ return 3;
}
int Platform::TileSize() const