diff --git a/platform/platform_ios.mm b/platform/platform_ios.mm index c8ebc7dcde..22fe34bab5 100644 --- a/platform/platform_ios.mm +++ b/platform/platform_ios.mm @@ -203,6 +203,11 @@ int Platform::MaxTilesCount() const return 60; } +int Platform::PreCachingDepth() const +{ + return 2; +} + int Platform::TileSize() const { return 512;