mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-24 13:11:30 +00:00
* Oopsie.
This commit is contained in:
parent
fa64e09a5b
commit
9415f5fe09
1 changed files with 4 additions and 4 deletions
|
@ -615,10 +615,10 @@ static void LerpMeshVertexes_altivec(md3Surface_t *surf, float backlerp)
|
||||||
{
|
{
|
||||||
short *oldXyz, *newXyz, *oldNormals, *newNormals;
|
short *oldXyz, *newXyz, *oldNormals, *newNormals;
|
||||||
float *outXyz, *outNormal;
|
float *outXyz, *outNormal;
|
||||||
float oldXyzScale ALIGN16;
|
float oldXyzScale ALIGN(16);
|
||||||
float newXyzScale ALIGN16;
|
float newXyzScale ALIGN(16);
|
||||||
float oldNormalScale ALIGN16;
|
float oldNormalScale ALIGN(16);
|
||||||
float newNormalScale ALIGN16;
|
float newNormalScale ALIGN(16);
|
||||||
int vertNum;
|
int vertNum;
|
||||||
unsigned lat, lng;
|
unsigned lat, lng;
|
||||||
int numVerts;
|
int numVerts;
|
||||||
|
|
Loading…
Reference in a new issue