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:
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();