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-24 18:03:29 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:20:55 +0300
commitdee5dc3e71a019eefdd2a43525cabac5ae481610 (patch)
tree9bec833527270f89ad66697b3bd75275e997b3ab /qt_tstfrm
parentbea92c3bba8d6fc2e5f26ce38f46e43b72fcdb59 (diff)
added glyphCachesCount parameter into ResourceManager constructor.
Diffstat (limited to 'qt_tstfrm')
-rw-r--r--qt_tstfrm/tstwidgets.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt_tstfrm/tstwidgets.cpp b/qt_tstfrm/tstwidgets.cpp
index a818058679..e365d4a64c 100644
--- a/qt_tstfrm/tstwidgets.cpp
+++ b/qt_tstfrm/tstwidgets.cpp
@@ -61,9 +61,9 @@ void GLDrawWidget::initializeGL()
"fonts_whitelist.txt",
"fonts_blacklist.txt",
2 * 1024 * 1024,
+ GetPlatform().CpuCores() + 1,
yg::Rt8Bpp,
- !yg::gl::g_isBufferObjectsSupported,
- true));
+ !yg::gl::g_isBufferObjectsSupported));
Platform::FilesList fonts;
GetPlatform().GetFontNames(fonts);