forked from organicmaps/organicmaps
[android] Enabled back TilingRenderPolicy by default
This commit is contained in:
parent
bb92bc70e1
commit
ea3abd04a0
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ RenderPolicy * CreateRenderPolicy(VideoTimer * videoTimer,
|
|||
else
|
||||
{
|
||||
#ifdef OMIM_OS_ANDROID
|
||||
return new RenderPolicyST(videoTimer, useDefaultFB, rmParams, primaryRC);
|
||||
return new TilingRenderPolicyST(videoTimer, useDefaultFB, rmParams, primaryRC);
|
||||
#endif
|
||||
#ifdef OMIM_OS_IPHONE
|
||||
return new RenderPolicyMT(videoTimer, useDefaultFB, rmParams, primaryRC);
|
||||
|
|
Loading…
Add table
Reference in a new issue