forked from organicmaps/organicmaps
[ToDo] Add assertion. Need to fix bug in tile drawing.
This commit is contained in:
parent
2875ffb1f1
commit
eac9e54047
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue