corrected return value bug

This commit is contained in:
Paolo Cignoni 2012-01-18 16:43:40 +00:00
parent 5bb5c1a1eb
commit a61f6db8ac
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ static bool PackAsObjectOrientedRect(const std::vector< std::vector<Point2x> > &
{
trVec[i].rotRad=rotVec[i];
}
return true;
return ret;
}
}; // end class