Fix. Download country button rendered without background

This commit is contained in:
ExMix 2013-04-05 18:08:08 +03:00 committed by Alex Zolotarev
parent e9b8e2f8d5
commit ae5cd5e86c
2 changed files with 4 additions and 4 deletions

View file

@ -91,9 +91,9 @@ TilingRenderPolicyMT::TilingRenderPolicyMT(Params const & p)
rmp.m_storageParams[spp.m_storageType] = spp;
spp = ResourceManager::StoragePoolParams(50 * sizeof(graphics::gl::Vertex),
spp = ResourceManager::StoragePoolParams(100 * sizeof(graphics::gl::Vertex),
sizeof(graphics::gl::Vertex),
100 * sizeof(unsigned short),
200 * sizeof(unsigned short),
sizeof(unsigned short),
1,
ETinyStorage,

View file

@ -91,9 +91,9 @@ TilingRenderPolicyST::TilingRenderPolicyST(Params const & p)
rmp.m_storageParams[spp.m_storageType] = spp;
spp = graphics::ResourceManager::StoragePoolParams(50 * sizeof(graphics::gl::Vertex),
spp = graphics::ResourceManager::StoragePoolParams(100 * sizeof(graphics::gl::Vertex),
sizeof(graphics::gl::Vertex),
100 * sizeof(unsigned short),
200 * sizeof(unsigned short),
sizeof(unsigned short),
5,
graphics::ETinyStorage,