mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
[scene] Fix a spelling error in a comment
This commit is contained in:
parent
3de10f32c7
commit
0983cc5d8c
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ hierarchy_calcLocalInverse (hierarchy_t *h, uint32_t index)
|
|||
vec4f_t t = h->localMatrix.a[index][3];
|
||||
|
||||
// "one" is to ensure both the scalar and translation have 1 in their
|
||||
// forth components
|
||||
// fourth components
|
||||
vec4f_t one = { 0, 0, 0, 1 };
|
||||
vec4f_t nx = { x[0], y[0], z[0], 0 };
|
||||
vec4f_t ny = { x[1], y[1], z[1], 0 };
|
||||
|
|
Loading…
Reference in a new issue