[bsp] Add a comment about leaf marksurfaces

They should probably be cause leafsurfaces since they are the actual
surfaces of the leaf: ie, the faces of the leaf mesh if each leaf was
sub-sub-model.
This commit is contained in:
Bill Currie 2022-05-10 10:54:34 +09:00
parent e1e4bf5659
commit 775f3b87a8

View file

@ -201,6 +201,8 @@ typedef struct dleaf_s {
float mins[3]; // for frustum culling
float maxs[3];
// the list of marksurfaces is the surfaces that make up the effective
// mesh of the leaf
uint32_t firstmarksurface;
uint32_t nummarksurfaces;