From 63f73cc363ccb42777fc94c179d630277be23116 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Thu, 26 Jan 2006 16:19:26 +0000 Subject: INTEGRATION: CWS aw034 (1.4.50); FILE MERGED 2006/01/13 19:11:23 aw 1.4.50.1: #125865# --- goodies/source/base3d/b3dgeom.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'goodies') diff --git a/goodies/source/base3d/b3dgeom.cxx b/goodies/source/base3d/b3dgeom.cxx index 481f04668ce0..fc399e3f3631 100644 --- a/goodies/source/base3d/b3dgeom.cxx +++ b/goodies/source/base3d/b3dgeom.cxx @@ -4,9 +4,9 @@ * * $RCSfile: b3dgeom.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:25:59 $ + * last change: $Author: hr $ $Date: 2006-01-26 17:19:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -661,7 +661,7 @@ Vector3D B3dGeometry::CalcNormal(UINT32 nLow, UINT32 nHigh) const else if(!pVec3) { pVec3 = &(((B3dGeometry*)this)->aEntityBucket[nLow++].Point().GetVector3D()); - if(*pVec3 == *pVec2 || pVec3 == pVec1) + if(*pVec3 == *pVec2 || *pVec3 == *pVec1) // #125865# pVec3 = NULL; } } -- cgit