mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-29 20:20:43 +00:00
whitespace
This commit is contained in:
parent
72d6f34dc8
commit
c1c76f7058
1 changed files with 4 additions and 4 deletions
|
@ -436,11 +436,11 @@ R_AliasSetUpTransform (int trivial_accept)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
R_AliasTransformFinalVert
|
R_AliasTransformFinalVert
|
||||||
|
|
||||||
now this function just copies the texture coordinates and calculates lighting
|
now this function just copies the texture coordinates and calculates
|
||||||
actual 3D transform is done by R_AliasTransformFinalVert8/16 functions above
|
lighting actual 3D transform is done by R_AliasTransformFinalVert8/16
|
||||||
*/
|
functions above */
|
||||||
void
|
void
|
||||||
R_AliasTransformFinalVert (finalvert_t *fv, auxvert_t *av,
|
R_AliasTransformFinalVert (finalvert_t *fv, auxvert_t *av,
|
||||||
trivertx_t *pverts, stvert_t *pstverts)
|
trivertx_t *pverts, stvert_t *pstverts)
|
||||||
|
|
Loading…
Reference in a new issue