qbsp: expose PointInLeaf as debug helper
This commit is contained in:
parent
a936686fe5
commit
38a7d6a944
|
|
@ -22,6 +22,7 @@
|
|||
#ifndef QBSP_OUTSIDE_HH
|
||||
#define QBSP_OUTSIDE_HH
|
||||
|
||||
node_t *PointInLeaf(node_t *node, const vec3_t point);
|
||||
bool FillOutside(node_t *node, const int hullnum);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
PointInLeaf
|
||||
===========
|
||||
*/
|
||||
static node_t *
|
||||
node_t *
|
||||
PointInLeaf(node_t *node, const vec3_t point)
|
||||
{
|
||||
vec_t dist;
|
||||
|
|
|
|||
Loading…
Reference in New Issue