Skip to content

Commit

Permalink
* Oopsie.
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Dec 6, 2005
1 parent fa64e09 commit 9415f5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/renderer/tr_surface.c
Original file line number Diff line number Diff line change
Expand Up @@ -615,10 +615,10 @@ static void LerpMeshVertexes_altivec(md3Surface_t *surf, float backlerp)
{
short *oldXyz, *newXyz, *oldNormals, *newNormals;
float *outXyz, *outNormal;
float oldXyzScale ALIGN16;
float newXyzScale ALIGN16;
float oldNormalScale ALIGN16;
float newNormalScale ALIGN16;
float oldXyzScale ALIGN(16);
float newXyzScale ALIGN(16);
float oldNormalScale ALIGN(16);
float newNormalScale ALIGN(16);
int vertNum;
unsigned lat, lng;
int numVerts;
Expand Down

0 comments on commit 9415f5f

Please sign in to comment.