From: Rudolf Polzer Date: Wed, 23 Feb 2011 10:27:17 +0000 (+0100) Subject: fix VectorNegative new macro name X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1781b5d66f8f73e9b4402073a21deaa92e5b03a8;p=xonotic%2Fnetradiant.git fix VectorNegative new macro name --- diff --git a/tools/quake3/q3map2/lightmaps_ydnar.c b/tools/quake3/q3map2/lightmaps_ydnar.c index 080f26ec..4354bf08 100644 --- a/tools/quake3/q3map2/lightmaps_ydnar.c +++ b/tools/quake3/q3map2/lightmaps_ydnar.c @@ -2820,7 +2820,7 @@ void StoreSurfaceLightmaps( void ) /* fix tangents to world matrix */ if (myNormal[0] > 0 || myNormal[1] < 0 || myNormal[2] < 0) - VectorNegate(myTangent, myTangent); + VectorNegative(myTangent, myTangent); /* build tangentspace vectors */ bspDeluxel[0] = DotProduct(dirSample, myTangent);