From ac9b75c479833f2f95ac9035b3f318bdcf3ebb9c Mon Sep 17 00:00:00 2001 From: ExMix Date: Tue, 18 Nov 2014 11:14:22 +0300 Subject: [drape] Temporary remove validation. I uncomment this when create dynamic texture set forming algo --- drape_frontend/text_layout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drape_frontend') 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 } -- cgit v1.2.3