From e3f94b02f4a8be363e19ddf20995ce31e8739772 Mon Sep 17 00:00:00 2001 From: rhyskidd Date: Thu, 31 May 2012 12:43:27 +0000 Subject: Resolve some signed/unsigned comparison isses --- Magic2/l3ds.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Magic2') diff --git a/Magic2/l3ds.cpp b/Magic2/l3ds.cpp index dc93c2f..1683395 100644 --- a/Magic2/l3ds.cpp +++ b/Magic2/l3ds.cpp @@ -767,7 +767,7 @@ void LMesh::CalcTextureSpace() // now for each vertex build a list of face that share this vertex std::vector< std::vector > array; array.resize(m_vertices.size()); - for (int i=0; i