[yopme] Compilation fix.

This commit is contained in:
vng 2013-11-22 15:29:19 +03:00 committed by Alex Zolotarev
parent 6184efcd18
commit fcea7484c3

View file

@ -74,7 +74,6 @@ namespace yopme
{
shared_ptr<RenderContext> primaryRC(new RenderContext());
graphics::ResourceManager::Params rmParams;
rmParams.m_rtFormat = graphics::Data8Bpp;
rmParams.m_texFormat = graphics::Data4Bpp;
rmParams.m_texRtFormat = graphics::Data4Bpp;
rmParams.m_videoMemoryLimit = GetPlatform().VideoMemoryLimit();