diff --git a/map/tiling_render_policy_mt.cpp b/map/tiling_render_policy_mt.cpp index f6917cf05c..a86deedd60 100644 --- a/map/tiling_render_policy_mt.cpp +++ b/map/tiling_render_policy_mt.cpp @@ -19,7 +19,7 @@ TilingRenderPolicyMT::TilingRenderPolicyMT(shared_ptr const & wind GetPlatform().IsBenchmarking(), GetPlatform().ScaleEtalonSize(), GetPlatform().MaxTilesCount(), - GetPlatform().CpuCores(), + 1/*GetPlatform().CpuCores()*/, bgColor()), m_tiler(GetPlatform().TileSize(), GetPlatform().ScaleEtalonSize())