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-11-16 17:21:08 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:28:10 +0300
commit177487897ff5bf96ab754a8ba8a0c1db03954bfa (patch)
treee89ae54776d0bc5ac84872a214e8f731a9857b88 /qt_tstfrm
parent16ef79320f29a024ee6682c3419901e596bf39cb (diff)
fixed UpdateActualTarget problem in PartialRenderPolicy.
Diffstat (limited to 'qt_tstfrm')
-rw-r--r--qt_tstfrm/tstwidgets.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/qt_tstfrm/tstwidgets.cpp b/qt_tstfrm/tstwidgets.cpp
index f117ac8f01..01e1ae7b39 100644
--- a/qt_tstfrm/tstwidgets.cpp
+++ b/qt_tstfrm/tstwidgets.cpp
@@ -51,6 +51,7 @@ void GLDrawWidget::initializeGL()
sizeof(unsigned short),
20,
false,
+ true,
1,
"primaryStorage");
@@ -60,6 +61,7 @@ void GLDrawWidget::initializeGL()
sizeof(unsigned short),
100,
false,
+ true,
1,
"smallStorage");
@@ -69,6 +71,7 @@ void GLDrawWidget::initializeGL()
sizeof(unsigned short),
30,
true,
+ true,
1,
"blitStorage");
@@ -78,6 +81,7 @@ void GLDrawWidget::initializeGL()
sizeof(unsigned short),
10,
true,
+ true,
1,
"multiBlitStorage");