add clarification comment

This commit is contained in:
Eric Wasylishen 2019-07-04 20:53:57 -06:00
parent 038a553fb0
commit 8f06fc9c8d
1 changed files with 2 additions and 1 deletions

View File

@ -387,8 +387,9 @@ CreateBrushFaces(hullbrush_t *hullbrush, const vec3_t rotate_offset,
/* Don't generate hintskip faces */
const mtexinfo_t &texinfo = map.mtexinfos.at(mapface->texinfo);
const char *texname = map.miptex.at(texinfo.miptex).c_str();
if (Q_strcasecmp(texname, "hint"))
continue;
continue; // anything texname other than "hint" in a hint brush is treated as "hintskip", and discarded
}
w = BaseWindingForPlane(&mapface->plane);