forked from organicmaps/organicmaps
Fixed minor assertion.
This commit is contained in:
parent
2ed05b3b48
commit
9a40c565cb
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ void FeatureParams::SetGeomType(feature::EGeomType t)
|
|||
|
||||
void FeatureParams::SetGeomTypePointEx()
|
||||
{
|
||||
ASSERT_EQUAL(m_geomType, HEADER_GEOM_POINT, ());
|
||||
ASSERT(m_geomType == HEADER_GEOM_POINT || m_geomType == HEADER_GEOM_POINT_EX, ());
|
||||
ASSERT(!house.IsEmpty(), ());
|
||||
|
||||
m_geomType = HEADER_GEOM_POINT_EX;
|
||||
|
|
Loading…
Add table
Reference in a new issue