summaryrefslogtreecommitdiff
path: root/src/renderer/tr_surface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/tr_surface.c')
-rw-r--r--src/renderer/tr_surface.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/renderer/tr_surface.c b/src/renderer/tr_surface.c
index cc7f0f3a..f14501f7 100644
--- a/src/renderer/tr_surface.c
+++ b/src/renderer/tr_surface.c
@@ -616,10 +616,10 @@ static void LerpMeshVertexes_altivec(md3Surface_t *surf, float backlerp)
{
short *oldXyz, *newXyz, *oldNormals, *newNormals;
float *outXyz, *outNormal;
- float oldXyzScale ALIGN(16);
- float newXyzScale ALIGN(16);
- float oldNormalScale ALIGN(16);
- float newNormalScale ALIGN(16);
+ float oldXyzScale QALIGN(16);
+ float newXyzScale QALIGN(16);
+ float oldNormalScale QALIGN(16);
+ float newNormalScale QALIGN(16);
int vertNum;
unsigned lat, lng;
int numVerts;