diff --git a/wrap/gl/trimesh.h b/wrap/gl/trimesh.h index a75b5381..2bcc3ec9 100644 --- a/wrap/gl/trimesh.h +++ b/wrap/gl/trimesh.h @@ -738,6 +738,9 @@ void DrawPoints() } else { + if(cm==CMPerMesh) + glColor(m->C()); + // Perfect case, no deleted stuff, // draw the vertices using vertex arrays if (nm==NMPerVert)