From e6c18ff6d339382bdcc9b86c57d72f743bf43c49 Mon Sep 17 00:00:00 2001 From: Luigi Malomo Date: Fri, 14 Dec 2018 16:44:55 +0100 Subject: [PATCH] ply export: face quality type fixed --- wrap/io_trimesh/export_ply.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrap/io_trimesh/export_ply.h b/wrap/io_trimesh/export_ply.h index 3bd6208d..1b8d6b8d 100644 --- a/wrap/io_trimesh/export_ply.h +++ b/wrap/io_trimesh/export_ply.h @@ -265,7 +265,7 @@ namespace vcg { if( HasPerFaceQuality(m) && (pi.mask & Mask::IOM_FACEQUALITY) ) { - const char* fqtp = vcg::tri::io::Precision::typeName(); + const char* fqtp = vcg::tri::io::Precision::typeName(); fprintf(fpout,"property %s quality\n",fqtp); }