the inline went wandering by mistake. gives a tiny (< 0.5%) gain, but a

gain none the less
This commit is contained in:
Bill Currie 2004-02-23 04:46:55 +00:00
parent 496025473c
commit 680c246e22
1 changed files with 1 additions and 1 deletions

View File

@ -580,7 +580,7 @@ get_side (mnode_t *node)
return (DotProduct (modelorg, plane->normal) - plane->dist) < 0;
}
static void
static inline void
visit_node (mnode_t *node, int side)
{
int c;