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>2010-12-29 00:18:29 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:08:49 +0300
commit4a6c966291a2d4b3d9bfba98d47d0691cafcd42e (patch)
tree2da0593762afe4eefdee19b281b3a5b4b338a618 /qt_tstfrm
parentb301b209c17a7a2f65514a9160d703855c1acbc0 (diff)
renamed screen to geometry_batcher and introduced text_renderer.
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 c7ef09c946..b2e4aabbca 100644
--- a/qt_tstfrm/tstwidgets.cpp
+++ b/qt_tstfrm/tstwidgets.cpp
@@ -57,7 +57,7 @@ void GLDrawWidget::initializeGL()
20,
256, 256, 10));*/
- m_p = make_shared_ptr(new yg::gl::Screen(m_resourceManager));
+ m_p = make_shared_ptr(new yg::gl::Screen(m_resourceManager, false));
m_primaryFrameBuffer = make_shared_ptr(new yg::gl::FrameBuffer(true));