[scene] Fix a spelling error in a comment

This commit is contained in:
Bill Currie 2022-05-04 14:17:19 +09:00
parent 3de10f32c7
commit 0983cc5d8c

View file

@ -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 };