[yopme] White background color for BS.

This commit is contained in:
vng 2013-11-22 19:56:23 +03:00 committed by Alex Zolotarev
parent b653486089
commit 10b1706324

View file

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