[util] Add a fixme for a comment

The code itself is fine, but the comment is rubbish because it's
confusing, though essentially correct.
This commit is contained in:
Bill Currie 2021-03-10 18:05:12 +09:00
parent 098ceed5ff
commit 693225a16f

View file

@ -501,6 +501,8 @@ BoxOnPlaneSide (const vec3_t emins, const vec3_t emaxs, plane_t *p)
#endif
/*
FIXME these comments are a confused mess (the code is fine)
angles is a left(?) handed system: 'pitch yaw roll' with x (pitch) axis to
the right, y (yaw) axis up and z (roll) axis forward.