corrected return value bug
This commit is contained in:
parent
5bb5c1a1eb
commit
a61f6db8ac
|
@ -161,7 +161,7 @@ static bool PackAsObjectOrientedRect(const std::vector< std::vector<Point2x> > &
|
|||
{
|
||||
trVec[i].rotRad=rotVec[i];
|
||||
}
|
||||
return true;
|
||||
return ret;
|
||||
}
|
||||
|
||||
}; // end class
|
||||
|
|
Loading…
Reference in New Issue