From a6d052575bb8be182867d4699eba1685910c61ab Mon Sep 17 00:00:00 2001 From: vng Date: Tue, 16 Aug 2011 17:33:15 +0300 Subject: [PATCH] [Temp] Use one drawing thread. --- map/tiling_render_policy_mt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())