[indexer] allow circles for polygons

This commit is contained in:
Darafei Praliaskouski 2013-10-02 19:44:29 +03:00 committed by Alex Zolotarev
parent c17f0919b2
commit f97623fe31

View file

@ -244,7 +244,7 @@ namespace
static const int visible[3][drule::count_of_rules] = {
{ 0, 0, 1, 1, 1, 0, 0 }, // fpoint
{ 1, 0, 0, 0, 0, 1, 0 }, // fline
{ 1, 1, 1, 1, 0, 0, 0 } // farea
{ 1, 1, 1, 1, 1, 0, 0 } // farea
};
if (visible[ft][i->m_type] == 1)