From 75de2d772a51e99a669620e666c2aff3f22152d2 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 13 Aug 2004 21:23:23 +0000 Subject: [PATCH] typo --- Graphics/Mesh.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Graphics/Mesh.cpp b/Graphics/Mesh.cpp index 9714fc979c..602f9d28bb 100644 --- a/Graphics/Mesh.cpp +++ b/Graphics/Mesh.cpp @@ -1,4 +1,4 @@ -// $Id: Mesh.cpp,v 1.107 2004-08-12 16:57:32 geuzaine Exp $ +// $Id: Mesh.cpp,v 1.108 2004-08-13 21:23:23 geuzaine Exp $ // // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // @@ -262,9 +262,9 @@ void Draw_Mesh_Volume(void *a, void *b) theColor = v->Color; thePhysical = getFirstPhysical(MSH_PHYSICAL_VOLUME, v->Num); - // we don't use vertex arrays for every volume primitive: on;y for - // volume cuts drawn "as surfaces" (using vefrtex arrays for - // everything would require quite a bit of memory) + // we don't use vertex arrays for every volume primitive: only for + // volume cuts drawn "as surfaces" (using vertex arrays for + // everything would require quite a bit of memory...) if(CTX.mesh.use_cut_plane && CTX.mesh.cut_plane_as_surface && CTX.mesh.vertex_arrays){ if(CTX.mesh.changed){ -- GitLab