mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
Correct a spelling error.
This commit is contained in:
parent
c2712e6373
commit
95cef4a73e
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ process_frame (maliasframedesc_t *frame, int posenum, int extra)
|
|||
// The low-order 8 bits (actually, fractional) are completely separate
|
||||
// from the high-order bits (see R_AliasTransformFinalVert16 in
|
||||
// sw_ralias.c), but in adjacant arrays. This means we can get away with
|
||||
// just one memcpy as there are non endian issues.
|
||||
// just one memcpy as there are no endian issues.
|
||||
memcpy (frame_verts, poseverts[posenum], size);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue