Fixed a bug occurring when importing a ply with double vert quality

This commit is contained in:
T.Alderighi 2017-11-09 16:34:29 +01:00
parent 38ca45f71d
commit b2c2628a07
1 changed files with 1 additions and 1 deletions

View File

@ -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;