mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 01:41:10 +00:00
[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:
parent
098ceed5ff
commit
693225a16f
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue