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>2012-11-30 19:35:37 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:47:45 +0300
commit2de2bdc3a1fe64656fdd720a71e3bbbca85dddde (patch)
tree286411d27036506762a76243f7099bc5783404b4 /qt_tstfrm
parente0663bab7e418345061d826fcbdf77044981dd3b (diff)
refactored render states to use only programmable pipeline.
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 a761246138..b22962da85 100644
--- a/qt_tstfrm/tstwidgets.cpp
+++ b/qt_tstfrm/tstwidgets.cpp
@@ -42,7 +42,7 @@ void GLDrawWidget::initializeGL()
m_primaryContext = make_shared_ptr(new qt::gl::RenderContext(this));
- m_primaryContext->startThreadDrawing();
+ m_primaryContext->startThreadDrawing(0);
graphics::ResourceManager::Params rmp;