warning fix
This commit is contained in:
parent
e6c18ff6d3
commit
9a7cdf7d56
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue