[ToDo] Add assertion. Need to fix bug in tile drawing.

This commit is contained in:
vng 2011-10-27 04:56:23 +03:00 committed by Alex Zolotarev
parent 2875ffb1f1
commit eac9e54047

View file

@ -50,6 +50,7 @@ namespace yg
uint32_t styleID = r->skin()->mapCircleInfo(m_ci);
ResourceStyle const * style = r->skin()->fromID(styleID);
ASSERT_NOT_EQUAL ( style, 0, () );
m2::RectI texRect(style->m_texRect);
texRect.Inflate(-1, -1);