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:
authorExMix <rahuba.youri@mapswithme.com>2014-11-18 11:14:22 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:32:53 +0300
commitac9b75c479833f2f95ac9035b3f318bdcf3ebb9c (patch)
tree9a5260b0385038dd15de13632c04ad6639c9ea4c /drape_frontend
parentf74693640e342ee637e1ba420fccdea65b9fefb1 (diff)
[drape] Temporary remove validation. I uncomment this when create dynamic texture set forming algo
Diffstat (limited to 'drape_frontend')
-rw-r--r--drape_frontend/text_layout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/drape_frontend/text_layout.cpp b/drape_frontend/text_layout.cpp
index 25a03f465c..7cf18d8fb8 100644
--- a/drape_frontend/text_layout.cpp
+++ b/drape_frontend/text_layout.cpp
@@ -95,7 +95,7 @@ TextLayout::TextLayout(strings::UniString const & string,
m_metrics.reserve(string.size());
for_each(string.begin(), string.end(), bind(&TextLayout::InitMetric, this, _1, textures));
#ifdef DEBUG
- ValidateTextureSet(m_metrics);
+ //ValidateTextureSet(m_metrics);
#endif
}