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:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-10-30 15:34:17 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:26:54 +0300
commitf3b2c7109ddae38a95c625b80e1b00fa21b5acbe (patch)
tree8d6e6086976ac88bf5f4717d9d2624052e0360d2 /drape_head
parentf30b34283d952a35e2757c510b893fdc4e58c3ae (diff)
Rendering optimizations
Diffstat (limited to 'drape_head')
-rw-r--r--drape_head/testing_engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/drape_head/testing_engine.cpp b/drape_head/testing_engine.cpp
index 3871fa3d00..da8b5e4233 100644
--- a/drape_head/testing_engine.cpp
+++ b/drape_head/testing_engine.cpp
@@ -343,7 +343,7 @@ TestingEngine::TestingEngine(Viewport const & viewport, double vs)
m_textures = make_unique_dp<dp::TextureManager>();
m_textures->Init(params);
- m_batcher = make_unique_dp<dp::Batcher>(65000, 65000);
+ m_batcher = make_unique_dp<dp::Batcher>(5000, 5000);
m_programManager = make_unique_dp<dp::GpuProgramManager>();
ModelViewInit();