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-07 01:50:11 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:20:39 +0300
commit055fc0b96a20dc250dd04799fd26040823470026 (patch)
treefbd7062b05e9d94cc2debd9b7c6e7b1757de80c6 /qt_tstfrm
parent0e825b8e66feee9d74b7ed0a1d55ea94d618747a (diff)
removed multisampling and periodical update support.
Diffstat (limited to 'qt_tstfrm')
-rw-r--r--qt_tstfrm/tstwidgets.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/qt_tstfrm/tstwidgets.cpp b/qt_tstfrm/tstwidgets.cpp
index c0fe7fb400..a818058679 100644
--- a/qt_tstfrm/tstwidgets.cpp
+++ b/qt_tstfrm/tstwidgets.cpp
@@ -63,7 +63,7 @@ void GLDrawWidget::initializeGL()
2 * 1024 * 1024,
yg::Rt8Bpp,
!yg::gl::g_isBufferObjectsSupported,
- !GetPlatform().IsMultiSampled()));
+ true));
Platform::FilesList fonts;
GetPlatform().GetFontNames(fonts);
@@ -73,7 +73,6 @@ void GLDrawWidget::initializeGL()
DrawerYG::Params params;
params.m_resourceManager = m_resourceManager;
- params.m_isMultiSampled = false;
params.m_frameBuffer = m_frameBuffer;
params.m_glyphCacheID = m_resourceManager->guiThreadGlyphCacheID();