warning cleanup

This commit is contained in:
Marco Callieri 2018-03-26 11:44:24 +02:00
parent 0a9af88d5f
commit 7fdb93f773
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ public:
//err = glGetError();
std::vector<FacePointer> result;
PickFace(x,y,m,result,width,height);
ScalarType LocalEpsilon(0.001);
ScalarType LocalEpsilon(ScalarType(0.001));
for(size_t i =0;i<result.size();++i)
{
CoordType p = glProject(M,vp,CoordType::Construct(Barycenter(*(result[i])))) ;