harmless warning

This commit is contained in:
Paolo Cignoni 2018-04-10 19:05:50 +02:00
parent f4f58f587a
commit 64aaf2bb9b
1 changed files with 2 additions and 1 deletions

View File

@ -156,6 +156,7 @@ class QuadricTexHelper
}
assert(0);
return qv[0].second;
}
static math::Quadric<double> &Qd3(VertexType *v) {return TD3()[*v];}
static math::Quadric<double> &Qd3(VertexType &v) {return TD3()[v];}