[yop] background color is grey

This commit is contained in:
Darafei Praliaskouski 2013-09-15 12:46:30 +03:00 committed by Alex Zolotarev
parent 49c701a3c9
commit 593c686fb2

View file

@ -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();