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:
authorRoman Sorokin <sorok-roma@yandex.ru>2014-08-20 19:12:38 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:25:20 +0300
commitb455fec2564b5e1359a11c0d55bc3b8760542a55 (patch)
tree6ace295af7763c81d6f7f41e87aed1fe2d441c8d /drape_head/testing_engine.cpp
parent36e822e9d72a6757c8056f22e35b6df43aa941db (diff)
Small fixes
Diffstat (limited to 'drape_head/testing_engine.cpp')
-rw-r--r--drape_head/testing_engine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/drape_head/testing_engine.cpp b/drape_head/testing_engine.cpp
index f004ed43ba..1d11a06c9c 100644
--- a/drape_head/testing_engine.cpp
+++ b/drape_head/testing_engine.cpp
@@ -451,8 +451,8 @@ void TestingEngine::DrawImpl()
LOG(LCRITICAL, (e.Msg()));
}
- //for (size_t i = 0; i < shapes.size(); ++i)
- shapes[1]->Draw(m_batcher.GetRefPointer(), m_textures.GetRefPointer());
+ for (size_t i = 0; i < shapes.size(); ++i)
+ shapes[i]->Draw(m_batcher.GetRefPointer(), m_textures.GetRefPointer());
DeleteRange(shapes, DeleteFunctor());