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-09-13 18:54:43 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:23:48 +0300
commitba950b9fb63abf54a321d532b8c8a1d4a37de9d8 (patch)
treec1f1027db84a733f949317269ae304ade983312c /qt_tstfrm
parentbea0f2b792c027bd911ea8cd15f7fa496561cfac (diff)
fast InfoLayer rendering on GUI thread through StylesCache.
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 83408976cb..91ad6c0249 100644
--- a/qt_tstfrm/tstwidgets.cpp
+++ b/qt_tstfrm/tstwidgets.cpp
@@ -60,7 +60,7 @@ void GLDrawWidget::initializeGL()
"fonts_whitelist.txt",
"fonts_blacklist.txt",
2 * 1024 * 1024,
- GetPlatform().CpuCores() + 1,
+ GetPlatform().CpuCores() + 2,
yg::Rt8Bpp,
!yg::gl::g_isBufferObjectsSupported));