fixed road ref texts

This commit is contained in:
Darafei Praliaskouski 2013-01-24 19:18:46 +03:00 committed by Alex Zolotarev
parent 2c886fd171
commit ab694c6ee9

View file

@ -95,6 +95,7 @@ namespace graphics
params.m_logText = strings::MakeUniString(utf8Text);
params.m_doSplit = doSplit;
params.m_useAllParts = false;
params.m_offset = m2::PointD(0,0);
params.m_glyphCache = glyphCache();
shared_ptr<OverlayElement> oe(new StraightTextElement(params));