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>2011-07-05 01:37:56 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:20:38 +0300
commitfbfe610150eb5c0a44fe2e7c037303761e5416e1 (patch)
tree7716f9048c44b13289e168ce481f2a27e116a4d4 /qt_tstfrm
parenta3d105ab651d56f64dab6235fcdcaf9c48216278 (diff)
Using all available CPU cores for tile rendering.
Diffstat (limited to 'qt_tstfrm')
-rw-r--r--qt_tstfrm/tstwidgets.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt_tstfrm/tstwidgets.cpp b/qt_tstfrm/tstwidgets.cpp
index 69b5814673..c0fe7fb400 100644
--- a/qt_tstfrm/tstwidgets.cpp
+++ b/qt_tstfrm/tstwidgets.cpp
@@ -56,7 +56,7 @@ void GLDrawWidget::initializeGL()
30,
512, 256, 10,
512, 256, 5,
- 256, 256, 80,
+ GetPlatform().TileSize(), GetPlatform().TileSize(), GetPlatform().MaxTilesCount(),
"unicode_blocks.txt",
"fonts_whitelist.txt",
"fonts_blacklist.txt",