- added missing return value

This commit is contained in:
Guido Ranzuglia 2016-11-24 18:14:02 +01:00
parent 095a697535
commit 77b144b796
1 changed files with 1 additions and 0 deletions

View File

@ -895,6 +895,7 @@ namespace vcg
bool isthereaquadview = false;
for(typename ViewsMap::const_iterator it = _perviewreqatts.begin();it != _perviewreqatts.end();++it)
isthereaquadview = (it->second._intatts[size_t(PR_WIREFRAME_EDGES)][INT_ATT_NAMES::ATT_VERTPOSITION]) || isthereaquadview;
return isthereaquadview;
}