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:
Diffstat (limited to 'qt_tstfrm/tstwidgets.cpp')
-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);