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;