gcc compilation issue

This commit is contained in:
Paolo Cignoni 2009-04-02 07:56:38 +00:00
parent 0c5aefb278
commit 3bf343c31b
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ public:
float LocalEpsilon = 0.001f;
for(int i =0;i<result.size();++i)
{
Point3f v=Barycenter(*(result[i]));
typename VertexType::CoordType v=Barycenter(*(result[i]));
GLdouble tx,ty,tz;
gluProject(v.X(),v.Y(),v.Z(), mm,mp,vp, &tx,&ty,&tz);
if(tx >=0 && tx<screenW && ty >=0 && ty<screenH)