mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +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;
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue