From d545c4cf22b6c7aaaf7747a19313a93a1b7f91f9 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 27 Aug 2007 23:33:48 +0000 Subject: [PATCH] *** empty log message *** --- Common/VertexArray.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/VertexArray.cpp b/Common/VertexArray.cpp index f154ec8031..3c8b72f249 100644 --- a/Common/VertexArray.cpp +++ b/Common/VertexArray.cpp @@ -1,4 +1,4 @@ -// $Id: VertexArray.cpp,v 1.21 2007-08-27 13:46:21 geuzaine Exp $ +// $Id: VertexArray.cpp,v 1.22 2007-08-27 23:33:48 geuzaine Exp $ // // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // @@ -32,7 +32,7 @@ VertexArray::VertexArray(int numVerticesPerElement, int numElements) int nb = (numElements ? numElements : 1) * numVerticesPerElement; _vertices.reserve(nb * 3); _normals.reserve(nb * 3); - _colors.reserve(nb *4); + _colors.reserve(nb * 4); } void VertexArray::add(float x, float y, float z, float n0, float n1, float n2, -- GitLab