diff --git a/vcg/math/shot.h b/vcg/math/shot.h index c7783ffc..eab1e973 100644 --- a/vcg/math/shot.h +++ b/vcg/math/shot.h @@ -481,7 +481,7 @@ void Shot::ApplyRigidTransformation(Matrix44 & M) M.ElementAt(1,3) = 0; M.ElementAt(2,3) = 0; - Extrinsics.rot = rotM * M.transpose(); + Extrinsics.rot = rotM * M.transpose(); }