forked from organicmaps/organicmaps
[yopme] White background color for BS.
This commit is contained in:
parent
b653486089
commit
10b1706324
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ YopmeRP::YopmeRP(RenderPolicy::Params const & p)
|
|||
, m_drawMyPosition(false)
|
||||
{
|
||||
LOG(LDEBUG, ("Yopme render policy created"));
|
||||
//m_bgColor = graphics::Color(0x77, 0x77, 0x77, 0xFF);
|
||||
m_bgColor = graphics::Color(0xFF, 0xFF, 0xFF, 0xFF);
|
||||
|
||||
ResourceManager::Params rmp = p.m_rmParams;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue