forked from organicmaps/organicmaps
[Temp] Use one drawing thread.
This commit is contained in:
parent
c2ba0ec35e
commit
a6d052575b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ TilingRenderPolicyMT::TilingRenderPolicyMT(shared_ptr<WindowHandle> const & wind
|
|||
GetPlatform().IsBenchmarking(),
|
||||
GetPlatform().ScaleEtalonSize(),
|
||||
GetPlatform().MaxTilesCount(),
|
||||
GetPlatform().CpuCores(),
|
||||
1/*GetPlatform().CpuCores()*/,
|
||||
bgColor()),
|
||||
m_tiler(GetPlatform().TileSize(),
|
||||
GetPlatform().ScaleEtalonSize())
|
||||
|
|
Loading…
Add table
Reference in a new issue