]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
fix VectorNegative new macro name
authorRudolf Polzer <divverent@alientrap.org>
Wed, 23 Feb 2011 10:27:17 +0000 (11:27 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Wed, 23 Feb 2011 10:27:17 +0000 (11:27 +0100)
tools/quake3/q3map2/lightmaps_ydnar.c

index 080f26ec5002441991c97388ecb5028fc577fa08..4354bf0845d6ad74a0a02fd25920f4b73fdeb701 100644 (file)
@@ -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);