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-04-01 18:17:38 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:14:39 +0300
commit5508665f13cb2d56c65bd8fd2b334da78e0cd612 (patch)
treee6bd2eff5e8712f7935a59b626e47b222a41b9d3 /qt_tstfrm
parent046f116e701e37c44029fad3dafeea80907e57fc (diff)
* implemented runtime choice of renderTarget format.
* fixed parasite "empty model" message at start.
Diffstat (limited to 'qt_tstfrm')
-rw-r--r--qt_tstfrm/tstwidgets.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/qt_tstfrm/tstwidgets.cpp b/qt_tstfrm/tstwidgets.cpp
index ab953228af..352c051674 100644
--- a/qt_tstfrm/tstwidgets.cpp
+++ b/qt_tstfrm/tstwidgets.cpp
@@ -52,7 +52,8 @@ void GLDrawWidget::initializeGL()
GetPlatform().ReadPathForFile("unicode_blocks.txt").c_str(),
GetPlatform().ReadPathForFile("fonts_whitelist.txt").c_str(),
GetPlatform().ReadPathForFile("fonts_blacklist.txt").c_str(),
- 2000000));
+ 2000000,
+ yg::Rt8Bpp));
m_resourceManager->addFonts(GetPlatform().GetFontNames());