forked from organicmaps/organicmaps
switched off FastSolidPath way of rendering paths.
This commit is contained in:
parent
38bbac73c2
commit
14967d958d
2 changed files with 2 additions and 2 deletions
|
@ -139,7 +139,7 @@ TilingRenderPolicyMT::TilingRenderPolicyMT(Params const & p)
|
|||
dp.m_visualScale = VisualScale();
|
||||
dp.m_useGuiResources = true;
|
||||
dp.m_isSynchronized = false;
|
||||
dp.m_fastSolidPath = false;
|
||||
dp.m_fastSolidPath = true;
|
||||
|
||||
m_drawer.reset(new DrawerYG(dp));
|
||||
|
||||
|
|
|
@ -154,7 +154,7 @@ TilingRenderPolicyST::TilingRenderPolicyST(Params const & p)
|
|||
dp.m_visualScale = VisualScale();
|
||||
dp.m_useGuiResources = true;
|
||||
dp.m_isSynchronized = false;
|
||||
dp.m_fastSolidPath = false;
|
||||
dp.m_fastSolidPath = true;
|
||||
// p.m_isDebugging = true;
|
||||
|
||||
m_drawer.reset(new DrawerYG(dp));
|
||||
|
|
Loading…
Add table
Reference in a new issue