mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +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
|
||||
actual 3D transform is done by R_AliasTransformFinalVert8/16 functions above
|
||||
*/
|
||||
now this function just copies the texture coordinates and calculates
|
||||
lighting actual 3D transform is done by R_AliasTransformFinalVert8/16
|
||||
functions above */
|
||||
void
|
||||
R_AliasTransformFinalVert (finalvert_t *fv, auxvert_t *av,
|
||||
trivertx_t *pverts, stvert_t *pstverts)
|
||||
|
|
Loading…
Reference in a new issue