]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_sprites.c
fix a bunch of pointer type warnings introduced by the change to const parameters...
[xonotic/darkplaces.git] / r_sprites.c
index b2aa3ab3096215723a53d93bdcc30e19e7f146d8..741a913d9a187f5d4ce4594bfda9a6c24d601f15 100644 (file)
@@ -118,7 +118,7 @@ int R_SpriteSetup (int type, float org[3], float left[3], float up[3])
                VectorCopy(vpn, matrix2[0]);
                VectorNegate(vright, matrix2[1]);
                VectorCopy(vup, matrix2[2]);
-               R_ConcatRotations (matrix1, matrix2, matrix3);
+               R_ConcatRotations (matrix1[0], matrix2[0], matrix3[0]);
                break;
        }