forked from organicmaps/organicmaps-tmp
[drape] Temporary remove validation. I uncomment this when create dynamic texture set forming algo
This commit is contained in:
parent
f74693640e
commit
ac9b75c479
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue