From b2c2628a07046976e809c00f1f3352f5a43a9d3c Mon Sep 17 00:00:00 2001 From: "T.Alderighi" Date: Thu, 9 Nov 2017 16:34:29 +0100 Subject: [PATCH] Fixed a bug occurring when importing a ply with double vert quality --- wrap/io_trimesh/import_ply.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrap/io_trimesh/import_ply.h b/wrap/io_trimesh/import_ply.h index 52f4463a..ab459f73 100644 --- a/wrap/io_trimesh/import_ply.h +++ b/wrap/io_trimesh/import_ply.h @@ -115,7 +115,7 @@ struct LoadPly_VertAux S p[3]; S n[3]; int flags; - float q; // the confidence + S q; // the confidence float intensity; unsigned char r; unsigned char g;