forked from organicmaps/organicmaps
[yop] background color is grey
This commit is contained in:
parent
49c701a3c9
commit
593c686fb2
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ YopmeRP::YopmeRP(RenderPolicy::Params const & p)
|
|||
, m_drawApiPin(false)
|
||||
, m_drawMyPosition(false)
|
||||
{
|
||||
LOG(LDEBUG, ("Yopme render policy created"));
|
||||
m_bgColor = graphics::Color(0x77, 0x77, 0x77, 0xFF);
|
||||
|
||||
ResourceManager::Params rmp = p.m_rmParams;
|
||||
|
||||
rmp.checkDeviceCaps();
|
||||
|
|
Loading…
Add table
Reference in a new issue