warning fix

This commit is contained in:
Luigi Malomo 2018-12-14 16:53:54 +01:00
parent e6c18ff6d3
commit 9a7cdf7d56
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public:
}
///scale vert UV to match 3D area
static ScalarType ScaleVertUVToMatchArea(MeshType &m)
static void ScaleVertUVToMatchArea(MeshType &m)
{
FaceIterator fi;
ScalarType Area3D=0;