From 2cb784264edd41c6412d4665912ee0fd42d1f201 Mon Sep 17 00:00:00 2001 From: Luigi Malomo Date: Tue, 10 Dec 2019 18:52:09 +0100 Subject: [PATCH] fixed wrong asserts in texcoord2 --- vcg/space/texcoord2.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/vcg/space/texcoord2.h b/vcg/space/texcoord2.h index bbd5849c..df0cfbc5 100644 --- a/vcg/space/texcoord2.h +++ b/vcg/space/texcoord2.h @@ -61,8 +61,8 @@ public: inline const PointType &P() const { return _t[0]; } inline PointType &P() { return _t[0]; } - inline const PointType &P(const int i) const { assert(i>0 && i0 && i=0 && i=0 && i0 && i0 && i0 && i0 && i=0 && i=0 && i=0 && i=0 && i0 && i0 && i=0 && i=0 && i inline void Import( const TexCoord2 & tc )