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-06-22 15:38:38 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:09:25 +0300
commitf243d859947c05a42d94e715d9f831bf3f88a1e0 (patch)
treebc44237cf7e22431b38beca83d7195ebbb9ced73 /drape_head
parent7508e58bcd6f2cc4988940013972afe029a8a831 (diff)
Added supporting of 32-bit indices
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 7b3905b014..12e140cf2b 100644
--- a/drape_head/testing_engine.cpp
+++ b/drape_head/testing_engine.cpp
@@ -347,7 +347,7 @@ TestingEngine::TestingEngine(ref_ptr<dp::OGLContextFactory> oglcontextfactory,
m_textures = make_unique_dp<dp::TextureManager>();
m_textures->Init(params);
- m_batcher = make_unique_dp<dp::Batcher>();
+ m_batcher = make_unique_dp<dp::Batcher>(65000, 65000);
m_programManager = make_unique_dp<dp::GpuProgramManager>();
ModelViewInit();