light: add FIXME

This commit is contained in:
Eric Wasylishen 2017-12-05 21:06:51 -07:00
parent 69879b4104
commit 75bc7b86d0
1 changed files with 1 additions and 0 deletions

View File

@ -342,5 +342,6 @@ std::vector<qvec3f> GLM_FacePoints(const mbsp_t *bsp, const bsp2_dface_t *f)
qvec3f Face_Centroid(const mbsp_t *bsp, const bsp2_dface_t *face) qvec3f Face_Centroid(const mbsp_t *bsp, const bsp2_dface_t *face)
{ {
// FIXME: GLM_PolyCentroid has a assertion that there are >= 3 points
return GLM_PolyCentroid(GLM_FacePoints(bsp, face)); return GLM_PolyCentroid(GLM_FacePoints(bsp, face));
} }