forked from organicmaps/organicmaps-tmp
fixed ResourceManager constructor parameters.
This commit is contained in:
parent
9279d8c3a7
commit
d895d92cb6
1 changed files with 2 additions and 2 deletions
|
@ -31,9 +31,9 @@ shared_ptr<yg::ResourceManager> CreateResourceManager()
|
|||
"fonts_whitelist.txt",
|
||||
"fonts_blacklist.txt",
|
||||
1.5 * 1024 * 1024,
|
||||
GetPlatform().CpuCores() + 1,
|
||||
yg::Rt8Bpp,
|
||||
true,
|
||||
true);
|
||||
false);
|
||||
|
||||
Platform::FilesList fonts;
|
||||
pl.GetFontNames(fonts);
|
||||
|
|
Loading…
Add table
Reference in a new issue