From a61f6db8ac612f07e6d512b589d0bcdabbe5aee8 Mon Sep 17 00:00:00 2001 From: cignoni Date: Wed, 18 Jan 2012 16:43:40 +0000 Subject: [PATCH] corrected return value bug --- vcg/space/poly_packer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/space/poly_packer.h b/vcg/space/poly_packer.h index 1d2edde4..a98c6942 100644 --- a/vcg/space/poly_packer.h +++ b/vcg/space/poly_packer.h @@ -161,7 +161,7 @@ static bool PackAsObjectOrientedRect(const std::vector< std::vector > & { trVec[i].rotRad=rotVec[i]; } - return true; + return ret; } }; // end class